Skip to content

Commit

Permalink
[fixed]:1015
Browse files Browse the repository at this point in the history
- Fixed test case for the overlay MD -> content MU.
  • Loading branch information
ErikDeviashin committed Apr 24, 2023
1 parent cf223f7 commit 32a395a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/Modal.events.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default () => {
withModal(props, null, modal => {
mouseDownAt(moverlay(modal));
mouseUpAt(mcontent(modal));
clickAt(mcontent(modal));
clickAt(moverlay(modal));
requestCloseCallback.called.should.not.be.ok();
});
});
Expand Down

0 comments on commit 32a395a

Please sign in to comment.