@bigbinary/neeto-molecules 1.1.42 → 1.1.44

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.
@@ -1600,6 +1600,7 @@ var MoreDropdown = function MoreDropdown(_ref) {
1600
1600
  if (isDropdownDisabled && !tooltipProps.disabled) {
1601
1601
  return /*#__PURE__*/React.createElement(Tooltip, tooltipProps, /*#__PURE__*/React.createElement("span", null, /*#__PURE__*/React.createElement(Button, _extends({
1602
1602
  disabled: true,
1603
+ "data-cy": "more-dropdown-button",
1603
1604
  "data-testid": "nui-dropdown-button",
1604
1605
  icon: targetIcon,
1605
1606
  iconPosition: "right",