We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f654bfe commit ef9642aCopy full SHA for ef9642a
e2e/chat.spec.ts
@@ -61,7 +61,7 @@ testMatrix.forEach((testConfig) => {
61
await expect(page.getByTestId('assistant-message')).toContainText('You are calling mock endpoint for streaming mock data')
62
})
63
64
- test.only('Multiple messages work', async ({ page }) => {
+ test('Multiple messages work', async ({ page }) => {
65
await acceptDisclaimer(page)
66
await useMockModel(page)
67
0 commit comments