@bigbinary/neeto-playwright-commons 1.8.14 → 1.8.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -467,6 +467,7 @@ declare const ROLES_SELECTORS: {
467
467
  permissionCheckbox: string;
468
468
  editRoleButton: string;
469
469
  deleteRoleButton: string;
470
+ permissionCard: string;
470
471
  };
471
472
 
472
473
  declare const SIGNUP_SELECTORS: {
package/index.js CHANGED
@@ -7983,6 +7983,7 @@ const ROLES_SELECTORS = {
7983
7983
  permissionCheckbox: "ntm-roles-permission-checkbox",
7984
7984
  editRoleButton: "ntm-roles-table-edit-role-button",
7985
7985
  deleteRoleButton: " ntm-roles-table-delete-role-button",
7986
+ permissionCard: "ntm-roles-permission-card",
7986
7987
  };
7987
7988
 
7988
7989
  const TAGS_SELECTORS = {