@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.cjs.js
CHANGED
|
@@ -8018,6 +8018,7 @@ const ROLES_SELECTORS = {
|
|
|
8018
8018
|
permissionCheckbox: "ntm-roles-permission-checkbox",
|
|
8019
8019
|
editRoleButton: "ntm-roles-table-edit-role-button",
|
|
8020
8020
|
deleteRoleButton: " ntm-roles-table-delete-role-button",
|
|
8021
|
+
permissionCard: "ntm-roles-permission-card",
|
|
8021
8022
|
};
|
|
8022
8023
|
|
|
8023
8024
|
const TAGS_SELECTORS = {
|