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

Function openThresholdDialog

tests/playwright/31_options_thresholds.js:23–26  ·  view source on GitHub ↗
(page, label)

Source from the content-addressed store, hash-verified

21const reportName = buildUniqueName('Playwright Regression', process.env.REPORT_NAME);
22
23async function openThresholdDialog(page, label) {
24 await openOptionsMenuItem(page, 'optionsMenuThreshold', label);
25 await page.locator('#thresholdDimension').waitFor({ state: 'visible', timeout: 15000 });
26}
27
28async function thresholdTexts(page) {
29 return page.locator('#thresholdList .thresholdText').evaluateAll((nodes) =>

Callers 1

Calls 1

openOptionsMenuItemFunction · 0.85

Tested by

no test coverage detected