MCPcopy Create free account
hub / github.com/ChurchApps/B1Admin / clickAddForm

Function clickAddForm

tests/forms.spec.ts:25–28  ·  view source on GitHub ↗
(page: import("@playwright/test").Page)

Source from the content-addressed store, hash-verified

23 await page.locator('[data-testid="add-form-button"]').waitFor({ state: "visible", timeout: 15000 });
24}
25
26async function clickAddForm(page: import("@playwright/test").Page) {
27 await page.locator('[data-testid="add-form-button"]').click();
28 await page.locator('[data-testid="form-name-input"] input').waitFor({ state: "visible", timeout: 10000 });
29}
30
31async function saveFormDrawer(page: import("@playwright/test").Page) {

Callers 1

forms.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected