Browse Source

test: Cy typo fix

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3667/head
Raju Udava 2 years ago
parent
commit
56e5be0d30
  1. 4
      scripts/cypress/integration/common/6e_project_operations.js

4
scripts/cypress/integration/common/6e_project_operations.js

@ -12,11 +12,11 @@ export const genTest = (apiType, dbType) => {
cy.wait(4000); cy.wait(4000);
}); });
cy.beforeEach(() => { beforeEach(() => {
cy.restoreLocalStorage(); cy.restoreLocalStorage();
}) })
cy.afterEach(() => { afterEach(() => {
cy.saveLocalStorage(); cy.saveLocalStorage();
}) })

Loading…
Cancel
Save