mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
remove cy.get of info diagram
This commit is contained in:
parent
bd6795032f
commit
5aba2fed8b
@ -3,11 +3,9 @@ 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');
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user