@bigbinary/neeto-playwright-commons 1.8.34 → 1.8.35

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
@@ -230,7 +230,7 @@ const COMMON_SELECTORS = {
230
230
  homeButton: "home-button",
231
231
  neetoUiSwitch: "nui-switch",
232
232
  floatingActionMenuButton: "floating-action-menu-container",
233
- columnsDropdownContainer: "columns-dropdown-container",
233
+ columnsDropdownContainer: "show/hide-columns-dropdown-container",
234
234
  columnsDropdownButton: "columns-dropdown-button",
235
235
  breadcrumbHeader: "header-breadcrumb",
236
236
  };