diff --git a/src/web/components/dialog/dialog.jsx b/src/web/components/dialog/dialog.jsx index 63efb835f5..f29d6b77a1 100644 --- a/src/web/components/dialog/dialog.jsx +++ b/src/web/components/dialog/dialog.jsx @@ -71,7 +71,7 @@ const Dialog = ({ onClose, height = MODAL_HEIGHT, width = MODAL_WIDTH, - testId = 'dialog-2222', + testId = 'dialog-test-id', }) => { const [isResizing, setIsResizing] = useState(false);