MCPcopy
hub / github.com/react-native-community/upgrade-helper / waitToRender

Function waitToRender

src/utils/test-utils.ts:74–75  ·  view source on GitHub ↗
({ waitingTime = 500 } = {})

Source from the content-addressed store, hash-verified

72}
73
74export const waitToRender = ({ waitingTime = 500 } = {}) =>
75 page.waitForTimeout(waitingTime)
76
77export const toMatchImageSnapshot = configureToMatchImageSnapshot({
78 comparisonMethod: 'ssim',

Callers 1

Home.e2e.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected