MCPcopy Index your code
hub / github.com/NativeScript/nativescript-angular / assureLazyComponent

Function assureLazyComponent

e2e/router/e2e/router.e2e-spec.ts:502–504  ·  view source on GitHub ↗
(driver: AppiumDriver)

Source from the content-addressed store, hash-verified

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

Callers 1

router.e2e-spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected