Skip to content

Commit

Permalink
test: fix broken follow up questions test
Browse files Browse the repository at this point in the history
  • Loading branch information
anfibiacreativa committed Dec 7, 2023
1 parent 5e1a5e1 commit 25498dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/webapp.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ test.describe('generate answer', () => {

test('follow up questions', async ({ page }) => {
const followupQuestions = page.getByTestId('followUpQuestion');
await followupQuestions.waitFor();

await expect(followupQuestions).toHaveCount(3);

const chatInput = page.getByTestId('question-input');
Expand Down

0 comments on commit 25498dc

Please sign in to comment.