test(e2e): admin campaign progression Playwright coverage #11614
Annotations
10 errors, 2 warnings, and 1 notice
|
[chromium] › src/e2e/admin-stats-campagne.e2e.ts:87:2 › admin campaign progression stats › filtering by size range keeps only matching companies:
packages/app/src/e2e/admin-stats-campagne.e2e.ts#L97
3) [chromium] › src/e2e/admin-stats-campagne.e2e.ts:87:2 › admin campaign progression stats › filtering by size range keeps only matching companies
Error: expect(locator).toBeVisible() failed
Locator: getByRole('figure', { name: /courbe de progression cumulative/i })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('figure', { name: /courbe de progression cumulative/i })
95 | await expect(
96 | page.getByRole("figure", { name: /courbe de progression cumulative/i }),
> 97 | ).toBeVisible();
| ^
98 | });
99 | });
100 |
at /home/runner/work/egapro/egapro/packages/app/src/e2e/admin-stats-campagne.e2e.ts:97:5
|
|
[chromium] › src/e2e/admin-stats-campagne.e2e.ts:65:2 › admin campaign progression stats › accessible alternative table lists the same data:
packages/app/src/e2e/admin-stats-campagne.e2e.ts#L80
2) [chromium] › src/e2e/admin-stats-campagne.e2e.ts:65:2 › admin campaign progression stats › accessible alternative table lists the same data
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('button', { name: /consulter les données du graphique sous forme de tableau/i })
78 | name: /consulter les données du graphique sous forme de tableau/i,
79 | })
> 80 | .click();
| ^
81 |
82 | await expect(
83 | page.getByRole("columnheader", { name: "2024" }),
at /home/runner/work/egapro/egapro/packages/app/src/e2e/admin-stats-campagne.e2e.ts:80:5
|
|
[chromium] › src/e2e/admin-stats-campagne.e2e.ts:65:2 › admin campaign progression stats › accessible alternative table lists the same data:
packages/app/src/e2e/admin-stats-campagne.e2e.ts#L0
2) [chromium] › src/e2e/admin-stats-campagne.e2e.ts:65:2 › admin campaign progression stats › accessible alternative table lists the same data
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
|
[chromium] › src/e2e/admin-stats-campagne.e2e.ts:65:2 › admin campaign progression stats › accessible alternative table lists the same data:
packages/app/src/e2e/admin-stats-campagne.e2e.ts#L80
2) [chromium] › src/e2e/admin-stats-campagne.e2e.ts:65:2 › admin campaign progression stats › accessible alternative table lists the same data
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('button', { name: /consulter les données du graphique sous forme de tableau/i })
78 | name: /consulter les données du graphique sous forme de tableau/i,
79 | })
> 80 | .click();
| ^
81 |
82 | await expect(
83 | page.getByRole("columnheader", { name: "2024" }),
at /home/runner/work/egapro/egapro/packages/app/src/e2e/admin-stats-campagne.e2e.ts:80:5
|
|
[chromium] › src/e2e/admin-stats-campagne.e2e.ts:65:2 › admin campaign progression stats › accessible alternative table lists the same data:
packages/app/src/e2e/admin-stats-campagne.e2e.ts#L0
2) [chromium] › src/e2e/admin-stats-campagne.e2e.ts:65:2 › admin campaign progression stats › accessible alternative table lists the same data
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
|
[chromium] › src/e2e/admin-stats-campagne.e2e.ts:65:2 › admin campaign progression stats › accessible alternative table lists the same data:
packages/app/src/e2e/admin-stats-campagne.e2e.ts#L80
2) [chromium] › src/e2e/admin-stats-campagne.e2e.ts:65:2 › admin campaign progression stats › accessible alternative table lists the same data
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('button', { name: /consulter les données du graphique sous forme de tableau/i })
78 | name: /consulter les données du graphique sous forme de tableau/i,
79 | })
> 80 | .click();
| ^
81 |
82 | await expect(
83 | page.getByRole("columnheader", { name: "2024" }),
at /home/runner/work/egapro/egapro/packages/app/src/e2e/admin-stats-campagne.e2e.ts:80:5
|
|
[chromium] › src/e2e/admin-stats-campagne.e2e.ts:65:2 › admin campaign progression stats › accessible alternative table lists the same data:
packages/app/src/e2e/admin-stats-campagne.e2e.ts#L0
2) [chromium] › src/e2e/admin-stats-campagne.e2e.ts:65:2 › admin campaign progression stats › accessible alternative table lists the same data
Test timeout of 60000ms exceeded.
|
|
[chromium] › src/e2e/admin-stats-campagne.e2e.ts:44:2 › admin campaign progression stats › admin can open the campaign stats page and sees the chart:
packages/app/src/e2e/admin-stats-campagne.e2e.ts#L62
1) [chromium] › src/e2e/admin-stats-campagne.e2e.ts:44:2 › admin campaign progression stats › admin can open the campaign stats page and sees the chart
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('figure', { name: /courbe de progression cumulative/i })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('figure', { name: /courbe de progression cumulative/i })
60 | name: /courbe de progression cumulative/i,
61 | }),
> 62 | ).toBeVisible();
| ^
63 | });
64 |
65 | test("accessible alternative table lists the same data", async ({ page }) => {
at /home/runner/work/egapro/egapro/packages/app/src/e2e/admin-stats-campagne.e2e.ts:62:5
|
|
[chromium] › src/e2e/admin-stats-campagne.e2e.ts:44:2 › admin campaign progression stats › admin can open the campaign stats page and sees the chart:
packages/app/src/e2e/admin-stats-campagne.e2e.ts#L62
1) [chromium] › src/e2e/admin-stats-campagne.e2e.ts:44:2 › admin campaign progression stats › admin can open the campaign stats page and sees the chart
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('figure', { name: /courbe de progression cumulative/i })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('figure', { name: /courbe de progression cumulative/i })
60 | name: /courbe de progression cumulative/i,
61 | }),
> 62 | ).toBeVisible();
| ^
63 | });
64 |
65 | test("accessible alternative table lists the same data", async ({ page }) => {
at /home/runner/work/egapro/egapro/packages/app/src/e2e/admin-stats-campagne.e2e.ts:62:5
|
|
[chromium] › src/e2e/admin-stats-campagne.e2e.ts:44:2 › admin campaign progression stats › admin can open the campaign stats page and sees the chart:
packages/app/src/e2e/admin-stats-campagne.e2e.ts#L62
1) [chromium] › src/e2e/admin-stats-campagne.e2e.ts:44:2 › admin campaign progression stats › admin can open the campaign stats page and sees the chart
Error: expect(locator).toBeVisible() failed
Locator: getByRole('figure', { name: /courbe de progression cumulative/i })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('figure', { name: /courbe de progression cumulative/i })
60 | name: /courbe de progression cumulative/i,
61 | }),
> 62 | ).toBeVisible();
| ^
63 | });
64 |
65 | test("accessible alternative table lists the same data", async ({ page }) => {
at /home/runner/work/egapro/egapro/packages/app/src/e2e/admin-stats-campagne.e2e.ts:62:5
|
|
Test e2e
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test e2e
No files were found with the provided path: packages/app/playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
6 failed
[chromium] › src/e2e/admin-stats-campagne.e2e.ts:44:2 › admin campaign progression stats › admin can open the campaign stats page and sees the chart
[chromium] › src/e2e/admin-stats-campagne.e2e.ts:65:2 › admin campaign progression stats › accessible alternative table lists the same data
[chromium] › src/e2e/admin-stats-campagne.e2e.ts:87:2 › admin campaign progression stats › filtering by size range keeps only matching companies
[chromium] › src/e2e/compliance.e2e.ts:25:2 › Path 1: no gap + hasCse → /avis-cse → full CSE flow › complete declaration without gap, then CSE opinion flow
[chromium] › src/e2e/declaration.e2e.ts:186:2 › Declaration workflow › step 6 submit leaves declaration page
[chromium] › src/e2e/fileUpload.e2e.ts:58:2 › file upload + view access control › uploads a joint evaluation PDF through the real pipeline and returns a fileId
4 flaky
[chromium] › src/e2e/missing-info-modal.e2e.ts:63:3 › Missing info modal › Phone only (CSE already set) › opens modal and submits phone number
[chromium] › src/e2e/public-referents.e2e.ts:100:2 › public referents search › search by region filters the results
[chromium] › src/e2e/public-referents.e2e.ts:127:2 › public referents search › list page does not show contact details
[chromium] › src/e2e/public-referents.e2e.ts:144:2 › public referents search › click-through to detail page reveals contact info
21 did not run
59 passed (12.9m)
|