From bae8ecdfca917cc0f2832d6e157b8c1ec9cc455d Mon Sep 17 00:00:00 2001 From: Raju Udava Date: Sat, 30 Oct 2021 10:53:38 +0530 Subject: [PATCH] (test) cypress: bug fix- login operation missed out Signed-off-by: Raju Udava --- scripts/cypress/integration/common/6e_project_operations.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/cypress/integration/common/6e_project_operations.js b/scripts/cypress/integration/common/6e_project_operations.js index 5b3d5ca2be..3825d280e8 100644 --- a/scripts/cypress/integration/common/6e_project_operations.js +++ b/scripts/cypress/integration/common/6e_project_operations.js @@ -7,9 +7,9 @@ export const genTest = (type, xcdb) => { describe(`${type.toUpperCase()} Project operations`, () => { if(!isTestSuiteActive(type, xcdb)) return; - // before(() => { - // loginPage.signIn(roles.owner.credentials) - // }) + before(() => { + loginPage.signIn(roles.owner.credentials) + }) // beforeEach(() => { // cy.restoreLocalStorage();