()
| 194 | const wrap = await waitForElement('.question-wrap', { check_period_ms: 3000 }); |
| 195 | const wrap_content = wrap?.childNodes[0] as HTMLElement; |
| 196 | const canRun = () => !!wrap_content?.isConnected; |
| 197 | await waitFor(() => state.starting); |
| 198 | |
| 199 | const matches = (...selectors: string[]) => { |
no outgoing calls
no test coverage detected