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

Function openOptionsMenuItem

tests/playwright/common.js:428–431  ·  view source on GitHub ↗
(page, itemId, label)

Source from the content-addressed store, hash-verified

426}
427
428async function openOptionsMenuItem(page, itemId, label) {
429 await clickFirst(page, ['#optionsMenuIcon'], 'options menu icon');
430 await clickFirst(page, [`#${itemId}`], label);
431}
432
433async function openNavigationShareDialog(page, name) {
434 const menu = await openNavigationEntryMenu(page, name);

Callers 7

23_sort.jsFile · 0.85
openChartOptionsFunction · 0.85
22_drilldown.jsFile · 0.85
29_group_top_n.jsFile · 0.85
openThresholdDialogFunction · 0.85
openRefreshMenuFunction · 0.85

Calls 1

clickFirstFunction · 0.85

Tested by

no test coverage detected