@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.js CHANGED
@@ -14877,7 +14877,7 @@ const MEMBER_SELECTORS = {
14877
14877
  deactivateButton: "ntm-deactivate-members-button",
14878
14878
  rolesButton: "ntm-manage-member-roles-button",
14879
14879
  statusTag: "ntm-member-status-tag",
14880
- menubarSubLink: (sublink) => `members-menubar-${sublink}-block-sub-link`,
14880
+ menubarSubLink: (sublink) => `members-${sublink}-block-sub-link`,
14881
14881
  takeActionStateOption: (option = "") => `ntm-${hyphenize(option)}-members-button`,
14882
14882
  checkboxLabel: (label) => `${hyphenize(label)}-checkbox-label`,
14883
14883
  };