Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 committed Feb 11, 2025
1 parent 017d8aa commit e303be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/knowledge-base.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ test.describe('Knowledge Base', () => {
await test.step('Delete Document', async () => {
await page.goto(`/knowledge-bases/${kbId}`);
// FIXME: add aria roles
await page.getByRole('button').filter({ has: page.locator('.lucide-ellipsis-vertical') }).click();
await page.getByRole('button').filter({ has: page.locator('.lucide-ellipsis') }).click();
await page.getByRole('menuitem', { name: 'Delete' }).click();
await page.getByRole('button', { name: 'Continue' }).click();
await page.getByRole('button', { name: 'Continue' }).waitFor({ state: 'detached' });
Expand Down

0 comments on commit e303be2

Please sign in to comment.