Browse Source

test: typo fix

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

2
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");
loginPage.signIn(roles.owner.credentials);
loginPage.signUp(roles.owner.credentials);
});
function cy_createProjectBlock(proj, apiType, dbType) {

Loading…
Cancel
Save