remove cy.get of info diagram

This commit is contained in:
Yokozuna59 2023-06-17 00:01:54 +03:00
parent bd6795032f
commit 5aba2fed8b

View File

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