Merge branch 'alpha' into fix/my-space-side-panel #11602
Annotations
6 errors, 2 warnings, and 1 notice
|
[chromium] › src/e2e/public-referents.e2e.ts:144:2 › public referents search › click-through to detail page reveals contact info:
packages/app/src/e2e/public-referents.e2e.ts#L167
2) [chromium] › src/e2e/public-referents.e2e.ts:144:2 › public referents search › click-through to detail page reveals contact info
Error: browserContext.close: Test ended.
Browser logs:
<launching> /home/runner/.cache/ms-playwright/chromium_headless_shell-1217/chrome-headless-shell-linux64/chrome-headless-shell --disable-field-trial-config --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=AvoidUnnecessaryBeforeUnloadCheckSync,BoundaryEventDispatchTracksNodeRemoval,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate,AutoDeElevate,RenderDocument,OptimizationHints --enable-features=CDPScreenshotNewSurface --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --force-color-profile=srgb --metrics-recording-only --no-first-run --password-store=basic --use-mock-keychain --no-service-autorun --export-tagged-pdf --disable-search-engine-choice-screen --unsafely-disable-devtools-self-xss-warnings --edge-skip-compat-layer-relaunch --enable-automation --disable-infobars --disable-search-engine-choice-screen --disable-sync --enable-unsafe-swiftshader --headless --hide-scrollbars --mute-audio --blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4 --no-sandbox --user-data-dir=/tmp/playwright_chromiumdev_profile-sKOnEh --remote-debugging-pipe --no-startup-window
<launched> pid=17401
[pid=17401][err] [0422/124013.443963:WARNING:sandbox/policy/linux/sandbox_linux.cc:405] InitializeSandbox() called with multiple threads in process gpu-process.
[pid=17401][err] [0422/124013.928893:INFO:CONSOLE:2] "A preload for 'http://localhost:3000/dsfr/dsfr.module.min.js' is found, but is not used because the request credentials mode does not match. Consider taking a look at crossorigin attribute.", source: http://localhost:3000/_next/static/chunks/04h58r-py9u_q.js (2)
[pid=17401][err] [0422/124013.947598:INFO:CONSOLE:2] "%cdsfr : version 1.14.4 font-family:Marianne;line-height: 1.5;color:#007c3b", source: http://localhost:3000/dsfr/dsfr.module.min.js (2)
[pid=17401][err] [0422/124013.948200:INFO:CONSOLE:2] "%cdsfr : mode set to auto font-family:Marianne;line-height: 1.5;color:#007c3b", source: http://localhost:3000/dsfr/dsfr.module.min.js (2)
[pid=17401][err] [0422/124013.952965:INFO:CONSOLE:2] "%cdsfr : start font-family:Marianne;line-height: 1.5;color:#007c3b", source: http://localhost:3000/dsfr/dsfr.module.min.js (2)
[pid=17401][err] [0422/124017.095327:INFO:CONSOLE:2] "%cdsfr : version 1.14.4 font-family:Marianne;line-height: 1.5;color:#007c3b", source: https://fca.integ01.dev-agentconnect.fr/dsfr/dsfr.module.min.js (2)
[pid=17401][err] [0422/124017.095714:INFO:CONSOLE:2] "%cdsfr : mode set to auto font-family:Marianne;line-height: 1.5;color:#007c3b", source: https://fca.integ01.dev-agentconnect.fr/dsfr/dsfr.module.min.js (2)
[pid=17401][err] [0422/124017.100053:INFO:CONSOLE:2] "%cdsfr : start font-family:Marianne;line-height: 1.5;color:#007c3b", source: https://fca.integ01.dev-agentconnect.fr/dsfr/dsfr.module.min.js (2)
[pid=17401][err] [0422/124017.123056:INFO:CONSOLE:131] "Executing inline event handler violates the following Content Security Policy directive 'script-src-attr 'none''. Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'unsafe-hashes' keyword is present. The action has been blocked.",
|
|
[chromium] › src/e2e/public-referents.e2e.ts:144:2 › public referents search › click-through to detail page reveals contact info:
packages/app/src/e2e/public-referents.e2e.ts#L0
2) [chromium] › src/e2e/public-referents.e2e.ts:144:2 › public referents search › click-through to detail page reveals contact info
Test timeout of 60000ms exceeded.
|
|
[chromium] › src/e2e/missing-info-modal.e2e.ts:100:3 › Missing info modal › Validation error on empty phone › shows validation error when phone is empty:
packages/app/src/e2e/helpers/login.ts#L34
1) [chromium] › src/e2e/missing-info-modal.e2e.ts:100:3 › Missing info modal › Validation error on empty phone › shows validation error when phone is empty
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.clearCookies: Target page, context or browser has been closed
at helpers/login.ts:34
32 | } catch (error) {
33 | if (attempt === retries) throw error;
> 34 | await page.context().clearCookies();
| ^
35 | }
36 | }
37 | }
at loginWithProConnect (/home/runner/work/egapro/egapro/packages/app/src/e2e/helpers/login.ts:34:25)
at /home/runner/work/egapro/egapro/packages/app/src/e2e/missing-info-modal.e2e.ts:102:4
|
|
[chromium] › src/e2e/missing-info-modal.e2e.ts:100:3 › Missing info modal › Validation error on empty phone › shows validation error when phone is empty:
packages/app/src/e2e/missing-info-modal.e2e.ts#L0
1) [chromium] › src/e2e/missing-info-modal.e2e.ts:100:3 › Missing info modal › Validation error on empty phone › shows validation error when phone is empty
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
|
[chromium] › src/e2e/missing-info-modal.e2e.ts:100:3 › Missing info modal › Validation error on empty phone › shows validation error when phone is empty:
packages/app/src/e2e/helpers/login.ts#L34
1) [chromium] › src/e2e/missing-info-modal.e2e.ts:100:3 › Missing info modal › Validation error on empty phone › shows validation error when phone is empty
Error: browserContext.clearCookies: Target page, context or browser has been closed
at helpers/login.ts:34
32 | } catch (error) {
33 | if (attempt === retries) throw error;
> 34 | await page.context().clearCookies();
| ^
35 | }
36 | }
37 | }
at loginWithProConnect (/home/runner/work/egapro/egapro/packages/app/src/e2e/helpers/login.ts:34:25)
at /home/runner/work/egapro/egapro/packages/app/src/e2e/missing-info-modal.e2e.ts:102:4
|
|
[chromium] › src/e2e/missing-info-modal.e2e.ts:100:3 › Missing info modal › Validation error on empty phone › shows validation error when phone is empty:
packages/app/src/e2e/missing-info-modal.e2e.ts#L0
1) [chromium] › src/e2e/missing-info-modal.e2e.ts:100:3 › Missing info modal › Validation error on empty phone › shows validation error when phone is empty
Test timeout of 90000ms exceeded.
|
|
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
2 flaky
[chromium] › src/e2e/missing-info-modal.e2e.ts:100:3 › Missing info modal › Validation error on empty phone › shows validation error when phone is empty
[chromium] › src/e2e/public-referents.e2e.ts:144:2 › public referents search › click-through to detail page reveals contact info
85 passed (10.2m)
|