()
| 383 | } |
| 384 | |
| 385 | function getOpenModals() { |
| 386 | return Array.from(document.querySelectorAll(MODAL_SELECTOR)).filter(isModalVisible); |
| 387 | } |
| 388 | |
| 389 | function getTopmostModal() { |
| 390 | const open = getOpenModals(); |
no outgoing calls
no test coverage detected