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

Function openNavigationShareDialog

tests/playwright/common.js:433–437  ·  view source on GitHub ↗
(page, name)

Source from the content-addressed store, hash-verified

431}
432
433async function openNavigationShareDialog(page, name) {
434 const menu = await openNavigationEntryMenu(page, name);
435 await clickNavigationMenuAction(menu, 'share', 'navigation share');
436 await page.locator('#shareInput').first().waitFor({ state: 'visible', timeout: 15000 });
437}
438
439async function waitForSaveComplete(page, timeout = 30000) {
440 const saveIcon = page.locator('#saveIcon').first();

Callers 1

Calls 3

openNavigationEntryMenuFunction · 0.85
firstMethod · 0.80

Tested by

no test coverage detected