()
| 31 | } |
| 32 | |
| 33 | async function tapCheckUpdate() { |
| 34 | await waitFor(element(by.id('check-update'))) |
| 35 | .toBeVisible() |
| 36 | .withTimeout(30000); |
| 37 | await element(by.id('check-update')).tap(); |
| 38 | } |
| 39 | |
| 40 | async function waitForBundleLabel( |
| 41 | expectedLabel: string, |
no outgoing calls
no test coverage detected