MCPcopy
hub / github.com/vercel/chatbot / edit

Method edit

tests/pages/chat.ts:204–211  ·  view source on GitHub ↗
(newMessage: string)

Source from the content-addressed store, hash-verified

202 content,
203 attachments,
204 async edit(newMessage: string) {
205 await page.getByTestId('message-edit-button').click();
206 await page.getByTestId('message-editor').fill(newMessage);
207 await page.getByTestId('message-editor-send-button').click();
208 await expect(
209 page.getByTestId('message-editor-send-button'),
210 ).not.toBeVisible();
211 },
212 };
213 }
214

Callers 2

chat.test.tsFile · 0.45
reasoning.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected