diff --git a/scripts/cypress/integration/common/00_pre_configurations.js b/scripts/cypress/integration/common/00_pre_configurations.js index 1cd04c5cb2..c4edc6c659 100644 --- a/scripts/cypress/integration/common/00_pre_configurations.js +++ b/scripts/cypress/integration/common/00_pre_configurations.js @@ -164,7 +164,7 @@ export const genTest = (apiType, dbType) => { it("Admin SignUp", () => { cy.task("log", "This will be output to the terminal"); - cy.task("log", "This will be output to the terminal"); + loginPage.signUp(roles.owner.credentials); }); function cy_createProjectBlock(proj, apiType, dbType) {