Skip to content

Commit dc61fdc

Browse files
committed
πŸ›(e2e) fix test-e2e-chronium
don't need to wait for the See more button to appear
1 parent aa42a9b commit dc61fdc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to
1212

1313
- πŸ“¦οΈ(front) update react
1414

15+
### Fixed
16+
17+
- πŸ›(e2e) fix test-e2e-chronium
18+
1519
## [0.0.10] - 2025-12-15
1620

1721
### Added

β€Žsrc/frontend/apps/e2e/__tests__/app-conversations/chat.spec.tsβ€Ž

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ test.describe('Chat page', () => {
4747

4848
await page.keyboard.press('Enter');
4949

50-
// Wait for the response to appear
51-
await page
52-
.getByRole('button', { name: 'See more' })
53-
.waitFor({ timeout: 10000 });
54-
5550
const copyButton = page.getByRole('button', { name: 'Copy' });
5651
await expect(copyButton).toBeVisible();
5752

0 commit comments

Comments
Β (0)