(tobe)
| 664 | Modal.setAppElement(appElement); |
| 665 | |
| 666 | const check = (tobe) => appElement.getAttribute("aria-hidden").should.be.eql(tobe); |
| 667 | |
| 668 | const props = { isOpen: true, ariaHideApp: true, id: "test-3-modal-1" }; |
| 669 | withModal(props, null, () => { |