Skip to content

Commit

Permalink
Merge pull request #533 from MTES-MCT/bug/flaky-e2e
Browse files Browse the repository at this point in the history
Fix flaky E2E
  • Loading branch information
pyDez authored Jan 28, 2025
2 parents c47cf64 + 3654b52 commit 2a3f7f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e/evaluations/request.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ test('User can request an evaluation', async ({ page }) => {
await page.getByLabel('Menu principal').getByRole('link', { name: 'Demander un avis réglementaire' }).click();
await page.locator('p').filter({ hasText: 'Commencer la demande Durée : 1 min' }).getByRole('link').click();
await page.getByLabel('Address of the project Type').click();
await page.getByLabel('Address of the project Type').fill('Vue');
await page.getByRole('option', { name: 'Vue 44, Loire-Atlantique,' }).click();
await page.getByLabel('Address of the project Type').fill('44640 Vue');
await page.getByPlaceholder('15 caractères commençant par').click();
await page.getByPlaceholder('15 caractères commençant par').fill('PA1234567981011');
await page.getByLabel('Project description, comments').click();
Expand Down

0 comments on commit 2a3f7f6

Please sign in to comment.