← Back to Overview

E2E Test Failures Report

Total Test Files: 5

Failing Test Files: 2

Test Run: 03.02.2026 16:03:50

Open in GitHub

supervisor-view.spec.cy.ts

1 FAILING
Running:  supervisor-view.spec.cy.ts                                                      (3 of 5)
Supervisor view
✓ should show a supervisor seller their own running auction (20490ms)
1) "after all" hook for "should show a supervisor seller the running auctions of their subordinates"
1 passing (37s)
1 failing
1) Supervisor view
"after all" hook for "should show a supervisor seller the running auctions of their subordinates":
CypressError: `cy.wrap()` timed out waiting `10000ms` to complete.
You called `cy.wrap()` with a promise that never resolved.
To increase the timeout, use `{ timeout: number }`
https://on.cypress.io/wrap
Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Supervisor view`
    at <unknown> (http://localhost:4200/__cypress/runner/cypress_runner.js:121289:70)
    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)
────────────────────────────────────────────────────────────────────────────────────────────────────

Artifacts

core/supervisor-view.spec.cy.ts/Supervisor_view_--_should_show_a_supervisor_seller_the_running_auctions_of_their_subordinates_--_after_all_hook_failed.png
Screenshot: core/supervisor-view.spec.cy.ts/Supervisor_view_--_should_show_a_supervisor_seller_the_running_auctions_of_their_subordinates_--_after_all_hook_failed.png

support-request.spec.cy.ts

1 FAILING
Running:  support-request.spec.cy.ts                                                      (4 of 5)
Support Request
Support Request Form
1) "before each" hook for "should navigate to Buyer Cockpit or Checkout when clicking "my purchases" 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
cy:xhr
GET https://dev.caronsale.de/api/v1/meta
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/
Support Request Submitted
✓ should display success view after form submission (13837ms)
✓ should return to Support Request Form when clicking back button (4201ms)
✓ should navigate to Buyer Cockpit when clicking done button (3752ms)
3 passing (35s)
1 failing
1) Support Request
Support Request Form
"before each" hook for "should navigate to Buyer Cockpit or Checkout when clicking "my purchases" button":
CypressError: `cy.wrap()` timed out waiting `10000ms` to complete.
You called `cy.wrap()` with a promise that never resolved.
To increase the timeout, use `{ timeout: number }`
https://on.cypress.io/wrap
Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Support Request Form`
    at <unknown> (http://localhost:4200/__cypress/runner/cypress_runner.js:121289:70)
    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:15:0)
hould navigate to Buyer Cockpit or Checkout when clicking my purchases button --               
────────────────────────────────────────────────────────────────────────────────────────────────────

Artifacts

core/support-request.spec.cy.ts/Support_Request_--_Support_Request_Form_--_should_navigate_to_Buyer_Cockpit_or_Checkout_when_clicking_my_purchases_button_--_before_each_hook_failed.png
Screenshot: core/support-request.spec.cy.ts/Support_Request_--_Support_Request_Form_--_should_navigate_to_Buyer_Cockpit_or_Checkout_when_clicking_my_purchases_button_--_before_each_hook_failed.png