diff --git a/cypress/support/index.js b/cypress/support/index.js index e5a71be..a6d1614 100644 --- a/cypress/support/index.js +++ b/cypress/support/index.js @@ -1,8 +1,9 @@ beforeEach(function() { /* Clear the session storage, as it is used to restore field data; * and we don't want a test to load data from the previous test. */ cy.window().then((win) => { win.sessionStorage.clear() }) cy.visit('./index.html'); + cy.wait(500); });