Skip to content

Commit ef9642a

Browse files
committed
remove .only
1 parent f654bfe commit ef9642a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/chat.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ testMatrix.forEach((testConfig) => {
6161
await expect(page.getByTestId('assistant-message')).toContainText('You are calling mock endpoint for streaming mock data')
6262
})
6363

64-
test.only('Multiple messages work', async ({ page }) => {
64+
test('Multiple messages work', async ({ page }) => {
6565
await acceptDisclaimer(page)
6666
await useMockModel(page)
6767

0 commit comments

Comments
 (0)