Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
74
export
const
waitToRender = ({ waitingTime = 500 } = {}) =>
75
page.waitForTimeout(waitingTime)
76
77
export
const
toMatchImageSnapshot = configureToMatchImageSnapshot({
78
comparisonMethod:
'ssim'
,
Callers
1
Home.e2e.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected