()
| 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); |
nothing calls this directly
no test coverage detected