cypress best practices updated

This commit is contained in:
Owen Rees
2023-06-20 08:42:03 +02:00
parent ffbc8db21d
commit f1ef7cd3f2
13 changed files with 60 additions and 91 deletions
+1
View File
@@ -11,6 +11,7 @@ const Hamburger = () => {
<div
ref={hamburgerButtonRef}
className="hamburger-button space-y-2 relative z-[99999]"
data-cy="hamburger-button"
onClick={() => setMenuVisible(!menuVisible)}
>
<div