@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.js CHANGED
@@ -184,7 +184,7 @@ const COMMON_SELECTORS = {
184
184
  homeButton: "home-button",
185
185
  neetoUiSwitch: "nui-switch",
186
186
  floatingActionMenuButton: "floating-action-menu-container",
187
- columnsDropdownContainer: "columns-dropdown-container",
187
+ columnsDropdownContainer: "show/hide-columns-dropdown-container",
188
188
  columnsDropdownButton: "columns-dropdown-button",
189
189
  breadcrumbHeader: "header-breadcrumb",
190
190
  };