(driver: AppiumDriver)
| 500 | } |
| 501 | |
| 502 | async function assureLazyComponent(driver: AppiumDriver) { |
| 503 | await driver.findElementByAutomationText("LazyComponent"); |
| 504 | } |
| 505 | |
| 506 | async function assureComponentlessLazyComponent(driver: AppiumDriver) { |
| 507 | await driver.findElementByAutomationText("Lazy Componentless Route"); |