Skip to content

Commit

Permalink
failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-mng authored and bjoernricks committed Jan 7, 2025
1 parent 0a4187e commit b4a46f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/components/dialog/dialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit b4a46f6

Please sign in to comment.