@bigbinary/neeto-playwright-commons 1.9.29 → 1.9.30

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 CHANGED
@@ -14923,7 +14923,7 @@ const MEMBER_SELECTORS = {
14923
14923
  deactivateButton: "ntm-deactivate-members-button",
14924
14924
  rolesButton: "ntm-manage-member-roles-button",
14925
14925
  statusTag: "ntm-member-status-tag",
14926
- menubarSubLink: (sublink) => `members-menubar-${sublink}-block-sub-link`,
14926
+ menubarSubLink: (sublink) => `members-${sublink}-block-sub-link`,
14927
14927
  takeActionStateOption: (option = "") => `ntm-${hyphenize(option)}-members-button`,
14928
14928
  checkboxLabel: (label) => `${hyphenize(label)}-checkbox-label`,
14929
14929
  };