Browse Source

test: skip additional home button click

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

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

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

Loading…
Cancel
Save