Browse Source

test(cypress): fix- close additional tab for base share verification

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

4
scripts/cypress/integration/common/6g_base_share.js

@ -9,7 +9,7 @@ let linkText = ''
export const genTest = (type, xcdb) => {
if(!isTestSuiteActive(type, xcdb)) return;
describe(`${type.toUpperCase()} Columns of type attachment`, () => {
describe(`${type.toUpperCase()} Base VIEW share`, () => {
// before(() => {
// cy.waitForSpinners();
// cy.signinOrSignup(roles.owner.credentials)
@ -72,6 +72,8 @@ style="background: transparent; "></iframe>
baseUrl: null
})
projectsPage.waitHomePageLoad()
cy.closeTableTab('Actor')
})
it(`Validate access permissions`, () => {

Loading…
Cancel
Save