MCPcopy Create free account
hub / github.com/reactnativecn/react-native-update / tapCheckUpdate

Function tapCheckUpdate

Example/e2etest/e2e/local-merge.test.ts:33–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33async 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
40async function waitForBundleLabel(
41 expectedLabel: string,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected