From 9bd61a990ebd83bbf11de967b3b4f45be31a6e52 Mon Sep 17 00:00:00 2001 From: Raju Udava Date: Mon, 15 Nov 2021 17:17:57 +0530 Subject: [PATCH] test: cypress- shared base tab update corrections Signed-off-by: Raju Udava --- scripts/cypress/integration/common/6g_base_share.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cypress/integration/common/6g_base_share.js b/scripts/cypress/integration/common/6g_base_share.js index d6ed394d56..aafb9c8550 100644 --- a/scripts/cypress/integration/common/6g_base_share.js +++ b/scripts/cypress/integration/common/6g_base_share.js @@ -56,7 +56,7 @@ export const genTest = (type, xcdb) => { it(`Validate access permissions`, () => { 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) _editSchema(roleType, false)