Browse Source

test: revert temporary changes

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3831/head
Raju Udava 2 years ago
parent
commit
9bd7b35f23
  1. 1
      scripts/cypress/integration/common/00_pre_configurations.js

1
scripts/cypress/integration/common/00_pre_configurations.js

@ -165,7 +165,6 @@ export const genTest = (apiType, dbType) => {
it("Admin SignUp", () => { it("Admin SignUp", () => {
cy.task("log", "This will be output to the terminal"); cy.task("log", "This will be output to the terminal");
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) { function cy_createProjectBlock(proj, apiType, dbType) {

Loading…
Cancel
Save