MCPcopy Create free account
hub / github.com/Rello/analytics / waitForIdle

Function waitForIdle

tests/playwright/common.js:49–51  ·  view source on GitHub ↗
(page, timeout = 20000)

Source from the content-addressed store, hash-verified

47}
48
49async function waitForIdle(page, timeout = 20000) {
50 await page.waitForLoadState('networkidle', { timeout }).catch(() => {});
51}
52
53async function clickFirst(page, selectors, label, options = {}) {
54 const throwOnMissing = options.throwOnMissing !== false;

Callers 15

21_filter.jsFile · 0.85
clickFirstFunction · 0.85
ensureAnalyticsLoadedFunction · 0.85
ensureNavigationSectionFunction · 0.85
openNavigationEntryFunction · 0.85
deleteNavigationEntryFunction · 0.85
addReportDataRowFunction · 0.85
saveAndReloadReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected