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

Function navigationEntryMenu

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

Source from the content-addressed store, hash-verified

199}
200
201function navigationEntryMenu(page, name) {
202 return page.locator(`#navigationMenu[data-name="${name.replace(/"/g, '\\"')}"]`);
203}
204
205function reportHeaderLocator(page) {
206 return page.locator('#reportHeader:visible, h2#reportHeader:visible, span#reportHeader:visible').first();

Callers 1

openNavigationEntryMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected