瀏覽代碼

half a second delay so there is time to fetch webuisettings

jamesread 4 年之前
父節點
當前提交
28f00cfa98
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      integration-tests/cypress/integration/hiddenNav/hiddenNav.spec.js

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

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