fix flow elk test

This commit is contained in:
Sidharth Vinod 2023-11-23 22:51:08 +05:30
parent c294a0a9ac
commit fe7da97c5c
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

@ -17,7 +17,12 @@
}
mermaid.initialize({
logLevel: 3,
startOnLoad: false,
});
await mermaid.run();
if (window.Cypress) {
window.rendered = true;
}
</script>
</body>
</html>