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

Function openReportDataTab

tests/playwright/common.js:414–418  ·  view source on GitHub ↗
(page, reportName)

Source from the content-addressed store, hash-verified

412}
413
414async function openReportDataTab(page, reportName) {
415 await openReportBasicSettings(page, reportName);
416 await clickFirst(page, ['#tabHeaderData', '.tabHeader#tabHeaderData'], 'data tab');
417 await page.locator('#DataDimension1').first().waitFor({ state: 'visible', timeout: 15000 });
418}
419
420async function addReportDataRow(page, dimension1, dimension2, value) {
421 await fillRequired(page, '#DataDimension1', dimension1, 'data dimension 1');

Callers 2

Calls 3

openReportBasicSettingsFunction · 0.85
clickFirstFunction · 0.85
firstMethod · 0.80

Tested by

no test coverage detected