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

Function openRefreshMenu

tests/playwright/27_options_refresh.js:39–45  ·  view source on GitHub ↗
(page, label)

Source from the content-addressed store, hash-verified

37}
38
39async function openRefreshMenu(page, label) {
40 if (await page.locator('#refresh0').isVisible().catch(() => false)) {
41 return;
42 }
43 await openOptionsMenuItem(page, 'optionsMenuRefresh', label);
44 await page.locator('#refresh0').waitFor({ state: 'visible', timeout: 15000 });
45}
46
47(async () => {
48 const browser = await chromium.launch({ headless: config.headless });

Callers 1

Calls 1

openOptionsMenuItemFunction · 0.85

Tested by

no test coverage detected