← Back to Overview

E2E Test Failures Report

Total Test Files: 5

Failing Test Files: 2

Test Run: 04.02.2026 13:59:46

Open in GitHub

auctions-overview.spec.cy.ts

2 FAILING
Running:  auctions-overview.spec.cy.ts                                                    (3 of 5)
Auctions overview
✓ should change pages: next, previous, last and first (15201ms)
1) "before each" hook for "should filter auctions: quick-search, make, filters-expanded, category and chips"
cy:command
visit /
cy:command
window
cy:command
task clearRequestHeaders
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: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: 400
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=1770213832471
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/meta
Status: 200
cy:command
wait @e2e-buyer-alice
2) "after all" hook for "should navigate to auction details when clicking auction card"
1 passing (30s)
2 failing
1) Auctions overview
"before each" hook for "should filter auctions: quick-search, make, filters-expanded, category and chips":
CypressError: Timed out retrying after 10000ms: `cy.wait()` timed out waiting `10000ms` for the 1st request to the route: `e2e-buyer-alice`. No request ever occurred.
https://on.cypress.io/wait
Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Auctions overview`
    at cypressErr (http://localhost:4200/__cypress/runner/cypress_runner.js:75898:18)
    at Object.errByPath (http://localhost:4200/__cypress/runner/cypress_runner.js:75952:10)
    at checkForXhr (http://localhost:4200/__cypress/runner/cypress_runner.js:135185:84)
    at <unknown> (http://localhost:4200/__cypress/runner/cypress_runner.js:135211:28)
    at tryCatcher (http://localhost:4200/__cypress/runner/cypress_runner.js:1807:23)
    at Promise.attempt.Promise.try (http://localhost:4200/__cypress/runner/cypress_runner.js:4315:29)
    at whenStable (http://localhost:4200/__cypress/runner/cypress_runner.js:143587:68)
    at <unknown> (http://localhost:4200/__cypress/runner/cypress_runner.js:143528:14)
    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:1701:18)
    at Promise._fulfill (http://localhost:4200/__cypress/runner/cypress_runner.js:1645:18)
    at <unknown> (http://localhost:4200/__cypress/runner/cypress_runner.js:5450:46)
From Your Spec Code:
    at Context.eval (webpack:///../support/commands.ts:19:0)
2) Auctions overview
"after all" hook for "should navigate to auction details when clicking auction card":
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: `Auctions overview`
    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)
s quick-search, make, filters-expanded, category and chips -- before each hook (               
failed).png                                                                                    
────────────────────────────────────────────────────────────────────────────────────────────────────

Artifacts

core/auctions-overview.spec.cy.ts/Auctions_overview_--_should_navigate_to_auction_details_when_clicking_auction_card_--_after_all_hook_failed.png
Screenshot: core/auctions-overview.spec.cy.ts/Auctions_overview_--_should_navigate_to_auction_details_when_clicking_auction_card_--_after_all_hook_failed.png
core/auctions-overview.spec.cy.ts/Auctions_overview_--_should_filter_auctions_quick-search_make_filters-expanded_category_and_chips_--_before_each_hook_failed.png
Screenshot: core/auctions-overview.spec.cy.ts/Auctions_overview_--_should_filter_auctions_quick-search_make_filters-expanded_category_and_chips_--_before_each_hook_failed.png

bid-from-list-view.spec.cy.ts

1 FAILING
Running:  bid-from-list-view.spec.cy.ts                                                   (4 of 5)
Bid from list view
1) "before all" hook for "should instantly add to bid from list view"
2) "after all" hook for "should instantly add to bid from list view"
0 passing (12s)
2 failing
1) Bid from list view
"before all" hook for "should instantly add to bid from list view":
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: `Bid from list 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:15:0)
2) Bid from list view
"after all" hook for "should instantly add to bid from list view":
TypeError: Cannot read properties of undefined (reading 'uuid')
Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Bid from list view`
    at Context.eval (webpack:///../e2e/caronsale-frontend-web/bid-from-list-view.spec.cy.ts:30:0)
────────────────────────────────────────────────────────────────────────────────────────────────────

Artifacts

core/bid-from-list-view.spec.cy.ts/Bid_from_list_view_--_should_instantly_add_to_bid_from_list_view_--_before_all_hook_failed.png
Screenshot: core/bid-from-list-view.spec.cy.ts/Bid_from_list_view_--_should_instantly_add_to_bid_from_list_view_--_before_all_hook_failed.png
core/bid-from-list-view.spec.cy.ts/Bid_from_list_view_--_should_instantly_add_to_bid_from_list_view_--_after_all_hook_failed.png
Screenshot: core/bid-from-list-view.spec.cy.ts/Bid_from_list_view_--_should_instantly_add_to_bid_from_list_view_--_after_all_hook_failed.png