()
| 98 | } |
| 99 | |
| 100 | async function waitForReady() { |
| 101 | await waitFor(element(by.id('check-update'))) |
| 102 | .toBeVisible() |
| 103 | .withTimeout(30000); |
| 104 | } |
| 105 | |
| 106 | async function waitForCheckState( |
| 107 | expectedStatus: string, |
no outgoing calls
no test coverage detected