🐛(e2e) fix test-e2e-chronium

don't need to wait for the See more button to appear
This commit is contained in:
Eléonore Voisin
2025-12-19 08:27:02 +01:00
parent aa42a9b4d3
commit dc61fdce00
2 changed files with 4 additions and 5 deletions
+4
View File
@@ -12,6 +12,10 @@ and this project adheres to
- 📦️(front) update react
### Fixed
- 🐛(e2e) fix test-e2e-chronium
## [0.0.10] - 2025-12-15
### Added
@@ -47,11 +47,6 @@ test.describe('Chat page', () => {
await page.keyboard.press('Enter');
// Wait for the response to appear
await page
.getByRole('button', { name: 'See more' })
.waitFor({ timeout: 10000 });
const copyButton = page.getByRole('button', { name: 'Copy' });
await expect(copyButton).toBeVisible();