@bigbinary/neeto-playwright-commons 1.9.4 → 1.9.6

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
@@ -341,7 +341,7 @@ const COMMON_SELECTORS = {
341
341
  subheader: "subheader",
342
342
  settingsLink: "Settings",
343
343
  ticketFieldTextInput: (label) => `${hyphenize(label)}-text-input`,
344
- appSwitcherButton: "app-switcher-button",
344
+ appSwitcherButton: "product-switcher-button",
345
345
  appSwitcherWrapper: "switcher-wrapper",
346
346
  tableSpinner: ".ant-spin",
347
347
  pageLoader: "neeto-molecules-pageloader",