front: bump prettier from 3.3.3 to 3.4.2 in /front #16196
Annotations
1 error, 3 warnings, and 1 notice
Run Playwright tests:
tests/pages/project-page-model.ts#L142
1) [firefox] › 002-project-management.spec.ts:90:7 › Validate the Operational Study Project workflow › Delete a project
Error: expect.not.toBeVisible: Error: strict mode violation: locator('text=project_test_e2e-fea331') resolved to 3 elements:
1) <div class="toast-body">Le projet project_test_e2e-fea331 a bien été supp…</div> aka getByText('Le projet project_test_e2e-')
2) <div class="text-truncate">project_test_e2e-fea331</div> aka getByText('project_test_e2e-fea331', { exact: true })
3) <div class="project-details-title-name">…</div> aka getByText('project_test_e2e-fea331Modifier le projet')
Call log:
- expect.not.toBeVisible with timeout 10000ms
- waiting for locator('text=project_test_e2e-fea331')
at pages/project-page-model.ts:142
140 | await this.deleteConfirmButton.click();
141 | await expect(this.deleteConfirmButton).not.toBeVisible();
> 142 | await expect(this.getProjectByName(name)).not.toBeVisible();
| ^
143 | }
144 | }
145 |
at ProjectPage.deleteProject (/app/front/tests/pages/project-page-model.ts:142:51)
at /app/front/tests/002-project-management.spec.ts:100:5
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see /~https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 18.1s
|
Run Playwright tests:
[firefox] › 003-study-management.spec.ts#L1
[firefox] › 003-study-management.spec.ts took 17.4s
|
Run Playwright tests
1 flaky
[firefox] › 002-project-management.spec.ts:90:7 › Validate the Operational Study Project workflow › Delete a project
109 passed (9.6m)
|
Loading