| 202 | } |
| 203 | |
| 204 | export interface WaitForEventsResult { |
| 205 | /** |
| 206 | * The URL the page navigated to during the action, if a navigation |
| 207 | * occurred. |
| 208 | */ |
| 209 | navigatedToUrl?: string; |
| 210 | } |
| 211 | |
| 212 | export function getNetworkMultiplierFromString( |
| 213 | condition: string | null, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…