()
| 26 | // We avoid both of these issues by waiting slightly before calling focus. Full |
| 27 | // context in D409. |
| 28 | function waitForModalInputFocus(): Promise<number> { |
| 29 | return waitForAnimationFrameFlush(); |
| 30 | } |
| 31 | |
| 32 | export { |
| 33 | waitForInteractions, |
no test coverage detected