Browse Source

(test) cypress: bug fix- login operation missed out

Signed-off-by: Raju Udava <sivadstala@gmail.com>
pull/743/head
Raju Udava 3 years ago
parent
commit
bae8ecdfca
  1. 6
      scripts/cypress/integration/common/6e_project_operations.js

6
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();

Loading…
Cancel
Save