Browse Source

half a second delay so there is time to fetch webuisettings

jamesread 4 years ago
parent
commit
28f00cfa98

+ 1 - 0
integration-tests/cypress/integration/hiddenNav/hiddenNav.spec.js

@@ -1,6 +1,7 @@
 describe('Hidden Nav', () => {
 describe('Hidden Nav', () => {
   beforeEach(() => {
   beforeEach(() => {
     cy.visit("/")
     cy.visit("/")
+    cy.wait(500)
   });
   });
 
 
   it("Footer contains promo", () => {
   it("Footer contains promo", () => {