Browse Source

test:cypress- re login for lang verification suite

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/1668/head
Raju Udava 3 years ago
parent
commit
725b6f1cfb
  1. 2
      scripts/cypress/integration/common/6d_language_validation.js

2
scripts/cypress/integration/common/6d_language_validation.js

@ -7,7 +7,7 @@ export const genTest = (apiType, dbType) => {
if (!isTestSuiteActive(apiType, dbType)) return;
describe(`Language support`, () => {
before(() => {
//loginPage.signIn(roles.owner.credentials)
loginPage.signIn(roles.owner.credentials)
mainPage.toolBarTopLeft(mainPage.HOME).click();
cy.screenshot("Debug 6d-1", { overwrite: true });
});

Loading…
Cancel
Save