@bigbinary/neeto-molecules 1.7.2 → 1.7.4

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.
@@ -1663,6 +1663,7 @@ var Header$2 = function Header(_ref) {
1663
1663
  _ref$dataTestid = _ref["data-testid"],
1664
1664
  dataTestId = _ref$dataTestid === void 0 ? "neeto-molecules-header" : _ref$dataTestid;
1665
1665
  return /*#__PURE__*/React__default.createElement("div", {
1666
+ "data-cy": "neeto-molecules-header",
1666
1667
  "data-testid": dataTestId,
1667
1668
  className: classnames(["neeto-molecules-header", {
1668
1669
  "neeto-molecules-header--has-breadcrumbs": isNotEmpty(breadcrumbs),