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