MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev / waitForOverviewPageLoad

Function waitForOverviewPageLoad

e2e/tests/utils.ts:108–113  ·  view source on GitHub ↗
(page: Page)

Source from the content-addressed store, hash-verified

106 }`);
107}
108
109export async function waitForOverviewPageLoad(page: Page) {
110 // Wait for the loading indicator to disappear and be replaced (with timeout):
111 await page
112 .locator('webstatus-overview-content >> text=Loading features...')
113 .waitFor({state: 'hidden', timeout: 15000});
114}
115
116export async function waitForSidebarLoaded(page: Page) {

Callers 3

gotoOverviewPageUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected