(tobe)
| 675 | Modal.setAppElement(appElement); |
| 676 | |
| 677 | const check = (tobe) => appElement.getAttribute("aria-hidden").should.be.eql(tobe); |
| 678 | |
| 679 | const props = { isOpen: true, ariaHideApp: true, id: "test-3-modal-1" }; |
| 680 | withModal(props, null, () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…