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

Function selectDataloadSource

tests/playwright/common.js:670–674  ·  view source on GitHub ↗
(page, label)

Source from the content-addressed store, hash-verified

668}
669
670async function selectDataloadSource(page, label) {
671 const datasource = page.locator('#datasourceSelect').first();
672 await datasource.waitFor({ state: 'visible', timeout: 15000 });
673 await datasource.selectOption({ label });
674}
675
676async function createDataloadEntry(page, options = {}) {
677 const { deletion = false } = options;

Calls 1

firstMethod · 0.80

Tested by

no test coverage detected