Browse Source

test: remove force-click for ACL

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

2
scripts/cypress/integration/common/5a_user_role.js

@ -102,7 +102,7 @@ export const genTest = (apiType, dbType) => {
disableTableAccess("CustomerList", "commenter");
disableTableAccess("CustomerList", "viewer");
cy.get("button.nc-acl-save").click({ force: true });
cy.get("button.nc-acl-save").click();
cy.toastWait("Updated UI ACL for tables successfully");
mainPage.closeMetaTab();

Loading…
Cancel
Save