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

Function openDeveloperPage

tests/developer.spec.ts:9–12  ·  view source on GitHub ↗
(page: Page)

Source from the content-addressed store, hash-verified

7const KEY_NAME = "Barnabas Test Key";
8
9const openDeveloperPage = async (page: Page) => {
10 await navigateToDeveloper(page);
11 await expect(page.getByRole("button", { name: "New API Key" })).toBeVisible({ timeout: 15000 });
12};
13
14test.describe.serial("Developer Portal", () => {
15 let page: Page;

Callers 1

developer.spec.tsFile · 0.85

Calls 1

navigateToDeveloperFunction · 0.90

Tested by

no test coverage detected