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)