We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 569bc5a + 25c8efa commit 8f90490Copy full SHA for 8f90490
1 file changed
test/ModalSpec.js
@@ -58,7 +58,7 @@ describe('Modal', function () {
58
59
let modal = ReactTestUtils.findRenderedComponentWithType(instance, Modal);
60
61
- assert.ok(React.findDOMNode(instance).className.match(/\modal-open\b/));
+ assert.ok(React.findDOMNode(instance).className.match(/\bmodal-open\b/));
62
63
let backdrop = React.findDOMNode(modal.refs.modal).getElementsByClassName('modal-backdrop')[0];
64
0 commit comments