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 0f5eaea commit 5c1ece4Copy full SHA for 5c1ece4
e2e/courseChatRag.spec.ts
@@ -20,7 +20,7 @@ test.describe('Course Chat v2', () => {
20
await expect(page.getByTestId('assistant-message')).toContainText('You are calling mock endpoint for streaming mock data')
21
})
22
23
- test.only('Course chat RAG feature', async ({ page }) => {
+ test('Course chat RAG feature', async ({ page }) => {
24
const ragName = `rag-${test.info().workerIndex}`
25
await page.locator('#rag-index-selector').first().click()
26
await page.getByRole('menuitem', { name: ragName }).click()
0 commit comments