@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.
@@ -3555,6 +3555,7 @@ function TableBodyRowDataCell(props) {
3555
3555
  })
3556
3556
  }, content.map(function (action) {
3557
3557
  return action && /*#__PURE__*/React__default.createElement(TertiaryButton, {
3558
+ "data-test-id": action.key + "-button",
3558
3559
  className: "ml-2 first:ml-0",
3559
3560
  key: action.key,
3560
3561
  icon: action.icon,