@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.cjs.js +1 -0
- package/index.cjs.js.map +1 -1
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
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 = {
|