Add modal and toast portals to cypress index.html

This commit is contained in:
Brandon Lee Kitajchuk
2022-10-03 20:00:02 -07:00
committed by GitHub
parent 882a1bcf52
commit 4a8eafe0e6
+2
View File
@@ -8,5 +8,7 @@
</head>
<body>
<div data-cy-root></div>
<div id="modal"></div>
<div id="toast"></div>
</body>
</html>