@luscii-healthtech/web-ui 2.44.1 → 2.44.2

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.
@@ -2836,6 +2836,7 @@ var ConfirmationDialog = function ConfirmationDialog(props) {
2836
2836
 
2837
2837
  return /*#__PURE__*/React__default.createElement(ModalBase, {
2838
2838
  size: "small",
2839
+ dataTestId: "confirmation-dialog-modal",
2839
2840
  isOpen: props.isOpen,
2840
2841
  withExtraMarginTop: true,
2841
2842
  onCloseClick: handleOnCloseClick,