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

Function waitForTranscript

tests/e2e/utils/ui.ts:150–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148
149 const chat = {
150 async waitForTranscript(): Promise<void> {
151 await transcriptLocator(page).waitFor();
152 },
153
154 async setMode(mode: ChatMode): Promise<void> {
155 const normalizedMode = sanitizeMode(mode);

Callers

nothing calls this directly

Calls 2

transcriptLocatorFunction · 0.85
waitForMethod · 0.80

Tested by

no test coverage detected