MCPcopy Index your code
hub / github.com/coder/mux / expectTranscriptContains

Function expectTranscriptContains

tests/e2e/utils/ui.ts:338–340  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

336 },
337
338 async expectTranscriptContains(text: string): Promise<void> {
339 await expect(transcriptLocator(page)).toContainText(text, { timeout: 45_000 });
340 },
341
342 async expectActionButtonVisible(label: string): Promise<void> {
343 const button = page.getByRole("button", { name: label });

Callers

nothing calls this directly

Calls 1

transcriptLocatorFunction · 0.85

Tested by

no test coverage detected