fix flow elk test

This commit is contained in:
Sidharth Vinod
2023-11-23 22:51:08 +05:30
parent c294a0a9ac
commit fe7da97c5c

View File

@@ -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>