@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.
@@ -1696,6 +1696,7 @@ var Header$2 = function Header(_ref) {
1696
1696
  _ref$dataTestid = _ref["data-testid"],
1697
1697
  dataTestId = _ref$dataTestid === void 0 ? "neeto-molecules-header" : _ref$dataTestid;
1698
1698
  return /*#__PURE__*/React__default["default"].createElement("div", {
1699
+ "data-cy": "neeto-molecules-header",
1699
1700
  "data-testid": dataTestId,
1700
1701
  className: classnames__default["default"](["neeto-molecules-header", {
1701
1702
  "neeto-molecules-header--has-breadcrumbs": neetoCist.isNotEmpty(breadcrumbs),