mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-28 01:14:11 +01:00
fix flow elk test
This commit is contained in:
@@ -17,7 +17,12 @@
|
|||||||
}
|
}
|
||||||
mermaid.initialize({
|
mermaid.initialize({
|
||||||
logLevel: 3,
|
logLevel: 3,
|
||||||
|
startOnLoad: false,
|
||||||
});
|
});
|
||||||
|
await mermaid.run();
|
||||||
|
if (window.Cypress) {
|
||||||
|
window.rendered = true;
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user