@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.js CHANGED
@@ -295,7 +295,7 @@ const COMMON_SELECTORS = {
295
295
  subheader: "subheader",
296
296
  settingsLink: "Settings",
297
297
  ticketFieldTextInput: (label) => `${hyphenize(label)}-text-input`,
298
- appSwitcherButton: "app-switcher-button",
298
+ appSwitcherButton: "product-switcher-button",
299
299
  appSwitcherWrapper: "switcher-wrapper",
300
300
  tableSpinner: ".ant-spin",
301
301
  pageLoader: "neeto-molecules-pageloader",