MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / rowNames

Function rowNames

e2e/selfhost/admin-users-pager.test.ts:50–53  ·  view source on GitHub ↗
(page: Page)

Source from the content-addressed store, hash-verified

48/** The `[data-slot='admin-user-name']` values on the page right now. Rows are
49 * named by email on this host, which is what this scenario matches on. */
50const rowNames = (page: Page): Promise<Array<string>> =>
51 page
52 .locator("[data-slot='admin-user-row'] [data-slot='admin-user-name']")
53 .evaluateAll((elements) => elements.map((element) => element.textContent ?? ""));
54
55scenario(
56 "Admin · the Users pager walks a workspace larger than one page without dropping or repeating anyone",

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected