Update url snapshot test for external diagrams

This commit is contained in:
Knut Sveidqvist
2022-12-08 16:39:21 +01:00
parent e1a501c66b
commit 6c2647e8cf

View File

@@ -5,12 +5,6 @@ describe('mermaid', () => {
it('should work on @mermaid-js/mermaid-mindmap and mermaid-example-diagram', () => {
const url = 'http://localhost:9000/external-diagrams-mindmap.html';
urlSnapshotTest(url, {}, false, false);
// cy.visit(url);
// cy.get('svg', {
// // may be a bit slower than normal, since vite might need to re-compile mermaid/mermaid-mindmap/mermaid-example-diagram
// timeout: 10000,
// }).matchImageSnapshot();
});
});
});