@luscii-healthtech/web-ui 2.29.2 → 2.30.0

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.
@@ -3563,6 +3563,7 @@ function TableBodyRowDataCell(props) {
3563
3563
  })
3564
3564
  }, content.map(function (action) {
3565
3565
  return action && /*#__PURE__*/React__default.createElement(TertiaryButton, {
3566
+ "data-test-id": action.key + "-button",
3566
3567
  className: "ml-2 first:ml-0",
3567
3568
  key: action.key,
3568
3569
  icon: action.icon,