Browse Source

test: cypress- shared base tab update corrections

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

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

@ -56,7 +56,7 @@ export const genTest = (type, xcdb) => {
it(`Validate access permissions`, () => { it(`Validate access permissions`, () => {
let roleType = 'viewer' let roleType = 'viewer'
cy.get(`[href="#roles||||Team & Auth "]`).find('button.mdi-close').click() // cy.get(`[href="#roles||||Team & Auth "]`).find('button.mdi-close').click()
_advSettings(roleType, false) _advSettings(roleType, false)
_editSchema(roleType, false) _editSchema(roleType, false)

Loading…
Cancel
Save