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

Function assureFirstComponent

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

Source from the content-addressed store, hash-verified

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

Callers 1

router.e2e-spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected