@bigbinary/neeto-playwright-commons 1.8.38 → 1.8.39

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
@@ -236,6 +236,7 @@ const COMMON_SELECTORS = {
236
236
  columnsDropdownContainer: "show/hide-columns-dropdown-container",
237
237
  columnsDropdownButton: "columns-dropdown-button",
238
238
  breadcrumbHeader: "header-breadcrumb",
239
+ header: "neeto-molecules-header",
239
240
  };
240
241
 
241
242
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};