()
| 249 | isOpen: true, |
| 250 | className: "modal-b", |
| 251 | onRequestClose() { |
| 252 | const modalContent = mcontent(modalB); |
| 253 | document.activeElement.should.be.eql(mcontent(modalA)); |
| 254 | escKeyDown(modalContent); |
| 255 | document.activeElement.should.be.eql(modalContent); |
| 256 | } |
| 257 | }, |
| 258 | null |
| 259 | ); |
nothing calls this directly
no outgoing calls
no test coverage detected