← Back to Overview

E2E Test Failures Report

Total Test Files: 5

Failing Test Files: 2

Test Run: 10.02.2026 11:59:01

Open in GitHub

auction-details.spec.cy.ts

2 FAILING
Running:  auction-details.spec.cy.ts                                                      (1 of 5)
Auction Details
1) "before each" hook for "should contain auction details"
cy:command
visit /
cy:command
window
cy:command
task clearRequestHeaders
cy:xhr
GET https://dev.caronsale.de/api/v1/public/config/system
cy:xhr
GET https://dev.caronsale.de/api/v1/meta
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/
2) "after all" hook for "should navigate with next and previous buttons"
0 passing (26s)
2 failing
1) Auction Details
"before each" hook for "should contain auction details":
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: `Auction Details`
    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)
2) Auction Details
"after all" hook for "should navigate with next and previous buttons":
TypeError: Cannot read properties of undefined (reading 'subscribe')
Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Auction Details`
    at eval (webpack:///../../node_modules/rxjs/dist/esm5/internal/firstValueFrom.js:21:0)
    at new Promise (<anonymous>)
    at firstValueFrom (webpack:///../../node_modules/rxjs/dist/esm5/internal/firstValueFrom.js:5:0)
    at Context.eval (webpack:///../support/commands.ts:52:45)
────────────────────────────────────────────────────────────────────────────────────────────────────

Artifacts

core/auction-details.spec.cy.ts/Auction_Details_--_should_navigate_with_next_and_previous_buttons_--_after_all_hook_failed.png
Screenshot: core/auction-details.spec.cy.ts/Auction_Details_--_should_navigate_with_next_and_previous_buttons_--_after_all_hook_failed.png
core/auction-details.spec.cy.ts/Auction_Details_--_should_contain_auction_details_--_before_each_hook_failed.png
Screenshot: core/auction-details.spec.cy.ts/Auction_Details_--_should_contain_auction_details_--_before_each_hook_failed.png

auction-room.spec.cy.ts

1 FAILING
Running:  auction-room.spec.cy.ts                                                         (2 of 5)
Auction Room
1) "before all" hook for "should check on auction room components and search for auction ID"
2) "after all" hook for "should check on auction room components and search for auction ID"
0 passing (13s)
2 failing
1) Auction Room
"before all" hook for "should check on auction room components and search for auction ID":
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 all` hook we are skipping the remaining tests in the current suite: `Auction Room`
    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)
2) Auction Room
"after all" hook for "should check on auction room components and search for auction ID":
TypeError: Cannot read properties of undefined (reading 'forEach')
Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Auction Room`
    at Context.eval (webpack:///../e2e/caronsale-frontend-web/auction-room.spec.cy.ts:58:0)
────────────────────────────────────────────────────────────────────────────────────────────────────

Artifacts

core/auction-room.spec.cy.ts/Auction_Room_--_should_check_on_auction_room_components_and_search_for_auction_ID_--_before_all_hook_failed.png
Screenshot: core/auction-room.spec.cy.ts/Auction_Room_--_should_check_on_auction_room_components_and_search_for_auction_ID_--_before_all_hook_failed.png
core/auction-room.spec.cy.ts/Auction_Room_--_should_check_on_auction_room_components_and_search_for_auction_ID_--_after_all_hook_failed.png
Screenshot: core/auction-room.spec.cy.ts/Auction_Room_--_should_check_on_auction_room_components_and_search_for_auction_ID_--_after_all_hook_failed.png