(duration)
| 240 | } |
| 241 | |
| 242 | wait(duration) { |
| 243 | return new Promise((resolve) => { |
| 244 | setTimeout(resolve, duration); |
| 245 | }); |
| 246 | } |
| 247 | |
| 248 | /** |
| 249 | * Helper to support providing already-selected elements to methods. |
no outgoing calls
no test coverage detected