initial converting pie files

This commit is contained in:
Yokozuna59
2023-06-16 23:05:06 +03:00
parent afea3e8f37
commit ea3fbbd58d
14 changed files with 383 additions and 307 deletions

View File

@@ -3,9 +3,11 @@ import { imgSnapshotTest } from '../../helpers/util.js';
describe('info diagram', () => {
it('should handle an info definition', () => {
imgSnapshotTest(`info`);
cy.get('svg');
});
it('should handle an info definition with showInfo', () => {
imgSnapshotTest(`info showInfo`);
cy.get('svg');
});
});