mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-23 02:06:45 +02:00
Reverting to cypress 9.7 in order to get applitools back in the game
This commit is contained in:
13
cypress/integration/rendering/info.spec.js
Normal file
13
cypress/integration/rendering/info.spec.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import { imgSnapshotTest } from '../../helpers/util.js';
|
||||
|
||||
describe('Sequencediagram', () => {
|
||||
it('should render a simple info diagrams', () => {
|
||||
imgSnapshotTest(
|
||||
`
|
||||
info
|
||||
showInfo
|
||||
`,
|
||||
{}
|
||||
);
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user