MCPcopy
hub / github.com/coder/mux / transcriptLocator

Function transcriptLocator

tests/e2e/utils/ui.ts:106–108  ·  view source on GitHub ↗
(page: Page)

Source from the content-addressed store, hash-verified

104}
105
106function transcriptLocator(page: Page): Locator {
107 return page.getByRole("log", { name: "Conversation transcript" });
108}
109
110export function createWorkspaceUI(page: Page, context: DemoProjectConfig): WorkspaceUI {
111 const projects = {

Callers 2

waitForTranscriptFunction · 0.85
expectTranscriptContainsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected