(driver: AppiumDriver)
| 496 | }); |
| 497 | |
| 498 | async function assureFirstComponent(driver: AppiumDriver) { |
| 499 | await driver.findElementByAutomationText("FirstComponent"); |
| 500 | } |
| 501 | |
| 502 | async function assureLazyComponent(driver: AppiumDriver) { |
| 503 | await driver.findElementByAutomationText("LazyComponent"); |