← Back to Overview

E2E Test Failures Report

Total Test Files: 5

Failing Test Files: 2

Test Run: 04.02.2026 16:33:19

Open in GitHub

support-request.spec.cy.ts

1 FAILING
Running:  support-request.spec.cy.ts                                                      (4 of 5)
Support Request
Support Request Form
✓ should navigate to Buyer Cockpit or Checkout when clicking "my purchases" button (5349ms)
✓ should navigate to Buyer Cockpit when clicking cancel button (2457ms)
✓ should submit support request with "Other" topic and simple description (4446ms)
✓ should display validation errors when submitting empty form (2334ms)
✓ should enforce character limit on description field when typing (18271ms)
✓ should enforce character limit on description field when pasting text (3171ms)
✓ should display validation error for reason when topic requires it (3636ms)
✓ should display validation error for auction ID when topic requires it (4589ms)
✓ should display validation error for auction ID when it has wrong length (4118ms)
✓ should display validation error for missing documents when required (4433ms)
✓ should not require auction ID for "Other" topic (3256ms)
✓ should show select documents field when topic is "Vehicle Documents" and reason is "Missing Vehicle Documents" (3389ms)
✓ should hide select documents field when reason is changed to something other than "Missing Vehicle Documents" (3419ms)
✓ should submit support request with "Vehicle Documents" topic and missing documents selected (4596ms)
✓ should display file upload components (2363ms)
✓ should upload a file and show it in the upload component (3181ms)
✓ should require terms and conditions checkbox when file is uploaded (3252ms)
✓ should submit form successfully when file is uploaded and terms checkbox is checked (4145ms)
✓ should not submit form when file is uploaded and terms checkbox is not checked (3160ms)
✓ should allow deleting an uploaded file (2956ms)
✓ should not require terms checkbox when no file is uploaded (2798ms)
✓ should upload multiple files (2941ms)
Support Request Submitted
✓ should display success view after form submission (2885ms)
✓ should return to Support Request Form when clicking back button (3686ms)
1) "before each" hook for "should navigate to Buyer Cockpit when clicking done button"
cy:command
clearLocalStorage
cy:command
visit /
cy:intercept
Method: POST
Matcher: "**/api/v1/users/user-request"
cy:xhr
GET https://dev.caronsale.de/api/v1/public/config/system
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/meta
Status: 200
cy:command
window
cy:command
task clearRequestHeaders
cy:intercept
Matcher: {"method":"GET","url":"**/authenticated-user"}
cy:command
window
cy:command
wrap {}
cy:fetch
POST https://cognito-idp.eu-central-1.amazonaws.com/
Status: 200
cons:log
Angular is running in development mode.
cy:xhr
GET https://res.cloudinary.com/castle-tech-gmbh/raw/upload/i18n/frontend-web/en.json?t=1770223171304
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/meta
Status: 200
cy:xhr
(e2e-buyer-alice) GET https://dev.caronsale.de/api/v1/authenticated-user
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/users/profile/
Status: 200
cy:command
wait @e2e-buyer-alice
cy:command
task setRequestHeaders, Object{3}
cy:command
task getRequestHeaders
cy:command
assert expected **e2e-buyer-alice@caronsale.de** to equal **e2e-buyer-alice@caronsale.de**
Actual: "e2e-buyer-alice@caronsale.de"
Expected: "e2e-buyer-alice@caronsale.de"
cy:command
window
cy:xhr
GET https://dev.caronsale.de/api/v1/profile/salesman/e2e-buyer-alice@caronsale.de
cy:command
then function(){}
24 passing (2m)
1 failing
1) Support Request
Support Request Submitted
"before each" hook for "should navigate to Buyer Cockpit when clicking done button":
CypressError: `cy.then()` timed out after waiting `10000ms`.
Your callback function returned a promise that never resolved.
The callback function was:
window => window.navigateByUrl(url)
https://on.cypress.io/then
Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Support Request Submitted`
    at <unknown> (http://localhost:4200/__cypress/runner/cypress_runner.js:119185:75)
    at tryCatcher (http://localhost:4200/__cypress/runner/cypress_runner.js:1807:23)
    at <unknown> (http://localhost:4200/__cypress/runner/cypress_runner.js:4186:41)
    at tryCatcher (http://localhost:4200/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:4200/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:4200/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:4200/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:4200/__cypress/runner/cypress_runner.js:1697:18)
    at _drainQueueStep (http://localhost:4200/__cypress/runner/cypress_runner.js:2407:12)
    at _drainQueue (http://localhost:4200/__cypress/runner/cypress_runner.js:2400:9)
    at Async._drainQueues (http://localhost:4200/__cypress/runner/cypress_runner.js:2416:5)
    at Async.drainQueues (http://localhost:4200/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
    at Context.eval (webpack:///../support/commands.ts:25:0)
-- should navigate to Buyer Cockpit when clicking done button -- before each ho               
────────────────────────────────────────────────────────────────────────────────────────────────────

Artifacts

core/support-request.spec.cy.ts/Support_Request_--_Support_Request_Submitted_--_should_navigate_to_Buyer_Cockpit_when_clicking_done_button_--_before_each_hook_failed.png
Screenshot: core/support-request.spec.cy.ts/Support_Request_--_Support_Request_Submitted_--_should_navigate_to_Buyer_Cockpit_when_clicking_done_button_--_before_each_hook_failed.png

ui-login.spec.cy.ts

1 FAILING
Running:  ui-login.spec.cy.ts                                                             (5 of 5)
UI login and logout
1) "before each" hook for "should login and logout"
cy:command
visit /
cy:command
get [data-cy=app-root_development-banner]
cy:xhr
GET https://dev.caronsale.de/api/v1/public/config/system
cy:xhr
GET https://dev.caronsale.de/api/v1/meta
0 passing (12s)
1 failing
1) UI login and logout
"before each" hook for "should login and logout":
AssertionError: Timed out retrying after 10000ms: Expected to find element: `[data-cy=app-root_development-banner]`, but never found it.
Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `UI login and logout`
    at Context.eval (webpack:///../support/commands.ts:62:0)
====================================================================================================
(Run Finished)
Spec                                              Tests  Passing  Failing  Pending  Skipped  
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ ✔  buyer-cockpit.spec.cy.ts                 00:27        3        3        -        -        - │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔  seller-view.spec.cy.ts                   00:30        2        2        -        -        - │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔  supervisor-view.spec.cy.ts               00:30        2        2        -        -        - │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✖  support-request.spec.cy.ts               01:53       25       24        1        -        - │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✖  ui-login.spec.cy.ts                      00:12        2        -        1        -        1 │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
✖  2 of 5 failed (40%)                      03:34       34       31        2        -        1  
##[error]Process completed with exit code 1.
##[group]Run node ./scripts/upload-cypress-generated-media.js
node ./scripts/upload-cypress-generated-media.js
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
env:
GITHUB_REF_NAME: refactor/NO-TICKET_ExtractFeatureFlagTypes
CLOUDINARY_URL: ***
##[endgroup]
E2E failure videos:
------------------------
- https://res.cloudinary.com/castle-tech-gmbh-dev/video/upload/v1770223202/delete-me_e2e/refactor_NO-TICKET_ExtractFeatureFlagTypes/ui-login.spec.cy.ts.mp4
- https://res.cloudinary.com/castle-tech-gmbh-dev/video/upload/v1770223204/delete-me_e2e/refactor_NO-TICKET_ExtractFeatureFlagTypes/support-request.spec.cy.ts.mp4
E2E failure screenshots:
------------------------
- https://res.cloudinary.com/castle-tech-gmbh-dev/image/upload/v1770223217/delete-me_e2e/refactor_NO-TICKET_ExtractFeatureFlagTypes/core/ui-login.spec.cy.ts/UI_login_and_logout_--_should_login_and_logout_--_before_each_hook_failed.png
- https://res.cloudinary.com/castle-tech-gmbh-dev/image/upload/v1770223217/delete-me_e2e/refactor_NO-TICKET_ExtractFeatureFlagTypes/core/support-request.spec.cy.ts/Support_Request_--_Support_Request_Submitted_--_should_navigate_to_Buyer_Cockpit_when_clicking_done_button_--_before_each_hook_failed.png
E2E failure html files:
------------------------
- https://res.cloudinary.com/castle-tech-gmbh-dev/raw/upload/v1770223218/delete-me_e2e/refactor_NO-TICKET_ExtractFeatureFlagTypes/ui-login.spec.cy.ts/should_login_and_logout/index.html
- https://res.cloudinary.com/castle-tech-gmbh-dev/raw/upload/v1770223218/delete-me_e2e/refactor_NO-TICKET_ExtractFeatureFlagTypes/support-request.spec.cy.ts/should_navigate_to_Buyer_Cockpit_when_clicking_done_button/index.html
Post job cleanup.
Post job cleanup.
[command]/usr/bin/git version
git version 2.52.0
Temporarily overriding HOME='/home/runner/work/_temp/75a9aabe-078a-4ebb-be2b-8e2288de5f62' before making global git config changes
Adding repository directory to the temporary git global config as a safe directory
[command]/usr/bin/git config --global --add safe.directory /home/runner/work/caronsale-frontend-web/caronsale-frontend-web
[command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
[command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
[command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
http.https://github.com/.extraheader
[command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
[command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
A job completed hook has been configured by the self-hosted runner administrator
##[group]Run '/home/runner/actions-runner/complete-hook.sh'
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
##[endgroup]
Cleaning up orphan processes
Terminate orphan process: pid (2388) (npm exec http-s)
Terminate orphan process: pid (2412) (sh)
Terminate orphan process: pid (2413) (http-server)

Artifacts

core/ui-login.spec.cy.ts/UI_login_and_logout_--_should_login_and_logout_--_before_each_hook_failed.png
Screenshot: core/ui-login.spec.cy.ts/UI_login_and_logout_--_should_login_and_logout_--_before_each_hook_failed.png