diff --git a/scripts/cypress/integration/common/6e_project_operations.js b/scripts/cypress/integration/common/6e_project_operations.js index 05182b5497..62c4aacb2f 100644 --- a/scripts/cypress/integration/common/6e_project_operations.js +++ b/scripts/cypress/integration/common/6e_project_operations.js @@ -7,7 +7,7 @@ export const genTest = (apiType, dbType) => { if (!isTestSuiteActive(apiType, dbType)) return; before(() => { - loginPage.loginAndOpenProject(apiType, dbType); + loginPage.signIn(roles.owner.credentials); cy.saveLocalStorage(); });