From 498c67af0ae09b13f8202bce43cdd344188dbb2b Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Mon, 26 Sep 2022 12:36:43 +0530 Subject: [PATCH] fix(cypress): Removed unnecessary login flow in ERD cypress tests --- scripts/cypress/integration/common/9b_ERD.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/cypress/integration/common/9b_ERD.js b/scripts/cypress/integration/common/9b_ERD.js index be9c1aedb3..601ec9b202 100644 --- a/scripts/cypress/integration/common/9b_ERD.js +++ b/scripts/cypress/integration/common/9b_ERD.js @@ -13,7 +13,10 @@ export const genTest = (apiType, dbType) => { describe(`${apiType.toUpperCase()} ERD`, () => { before(() => { - loginPage.loginAndOpenProject(apiType, dbType); + cy.restoreLocalStorage(); + + // loginPage.loginAndOpenProject(apiType, dbType); + cy.openTableTab("Country", 25); projectId = getProjectString() cy.log('erd:getProjectString' + projectId)