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

Function waitForReady

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

Source from the content-addressed store, hash-verified

98}
99
100async function waitForReady() {
101 await waitFor(element(by.id('check-update')))
102 .toBeVisible()
103 .withTimeout(30000);
104}
105
106async function waitForCheckState(
107 expectedStatus: string,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected