← Back to Overview

E2E Test Failures Report

Total Test Files: 5

Failing Test Files: 1

Test Run: 28.01.2026 13:02:39

Open in GitHub

bid-on-an-auction.spec.cy.ts

3 FAILING
Running:  bid-on-an-auction.spec.cy.ts                                                    (5 of 5)
Bid on an auction
✓ should instantly add to bid (20593ms)
✓ should bid the given amount (7055ms)
✓ should show to the first bidder that he is no longer the highest bidder (2722ms)
1) should let the first bidder place a bidding agent that's higher than the current highest bid
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=1769605726613
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/meta
Status: 200
cy:command
wait @e2e-buyer-alice
2) should trigger the bidding agent of the first bidder when the second bidder's bid is higher
cy:command
visit /
cy:intercept
Method: GET
Matcher: "**/b0c7eb30-4ae1-414d-8942-338e5fbc5b46*"
cy:xhr
GET https://dev.caronsale.de/api/v1/public/config/system
cy:command
window
cy:command
task clearRequestHeaders
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/
3) should let the first bidder remove his bidding agent
cy:command
visit /
cy:intercept
Method: DELETE
Matcher: "**/b0c7eb30-4ae1-414d-8942-338e5fbc5b46/agent"
cy:xhr
GET https://dev.caronsale.de/api/v1/public/config/system
cy:xhr
GET https://dev.caronsale.de/api/v1/meta
cy:intercept
Method: GET
Matcher: "**/b0c7eb30-4ae1-414d-8942-338e5fbc5b46*"
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/
4) "after all" hook for "should let the first bidder remove his bidding agent"
3 passing (1m)
4 failing
1) Bid on an auction
should let the first bidder place a bidding agent that's higher than the current highest bid:
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
    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) Bid on an auction
should trigger the bidding agent of the first bidder when the second bidder's bid is higher:
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
    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)
3) Bid on an auction
should let the first bidder remove his bidding agent:
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
    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)
4) Bid on an auction
"after all" hook for "should let the first bidder remove his bidding agent":
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: `Bid on an auction`
    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)
bidder place a bidding agent that's higher than the current highest bid (failed)               
.png                                                                                           
dding agent of the first bidder when the second bidder's bid is higher (failed).               
png                                                                                            
====================================================================================================
(Run Finished)
Spec                                              Tests  Passing  Failing  Pending  Skipped  
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ ✔  auction-details.spec.cy.ts               00:35        2        2        -        -        - │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔  auction-room.spec.cy.ts                  00:29        2        2        -        -        - │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔  auctions-overview.spec.cy.ts             00:49        3        3        -        -        - │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔  bid-from-list-view.spec.cy.ts            00:24        2        2        -        -        - │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✖  bid-on-an-auction.spec.cy.ts             01:20        6        3        3        -        - │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
✖  1 of 5 failed (20%)                      03:39       15       12        3        -        -  
##[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: feat/INDI-412-b
CLOUDINARY_URL: ***
##[endgroup]
E2E failure videos:
------------------------
- https://res.cloudinary.com/castle-tech-gmbh-dev/video/upload/v1769605778/delete-me_e2e/feat_INDI-412-b/bid-on-an-auction.spec.cy.ts.mp4
E2E failure screenshots:
------------------------
- https://res.cloudinary.com/castle-tech-gmbh-dev/image/upload/v1769605786/delete-me_e2e/feat_INDI-412-b/core/bid-on-an-auction.spec.cy.ts/Bid_on_an_auction_--_should_trigger_the_bidding_agent_of_the_first_bidder_when_the_second_bidder_s_bid_is_higher_failed.png
- https://res.cloudinary.com/castle-tech-gmbh-dev/image/upload/v1769605787/delete-me_e2e/feat_INDI-412-b/core/bid-on-an-auction.spec.cy.ts/Bid_on_an_auction_--_should_let_the_first_bidder_remove_his_bidding_agent_--_after_all_hook_failed.png
- https://res.cloudinary.com/castle-tech-gmbh-dev/image/upload/v1769605787/delete-me_e2e/feat_INDI-412-b/core/bid-on-an-auction.spec.cy.ts/Bid_on_an_auction_--_should_let_the_first_bidder_remove_his_bidding_agent_failed.png
- https://res.cloudinary.com/castle-tech-gmbh-dev/image/upload/v1769605787/delete-me_e2e/feat_INDI-412-b/core/bid-on-an-auction.spec.cy.ts/Bid_on_an_auction_--_should_let_the_first_bidder_place_a_bidding_agent_that_s_higher_than_the_current_highest_bid_failed.png
E2E failure html files:
------------------------
- https://res.cloudinary.com/castle-tech-gmbh-dev/raw/upload/v1769605788/delete-me_e2e/feat_INDI-412-b/bid-on-an-auction.spec.cy.ts/should_trigger_the_bidding_agent_of_the_first_bidder_when_the_second_bidder%27s_bid_is_higher/index.html
- https://res.cloudinary.com/castle-tech-gmbh-dev/raw/upload/v1769605788/delete-me_e2e/feat_INDI-412-b/bid-on-an-auction.spec.cy.ts/should_let_the_first_bidder_remove_his_bidding_agent/index.html
- https://res.cloudinary.com/castle-tech-gmbh-dev/raw/upload/v1769605788/delete-me_e2e/feat_INDI-412-b/bid-on-an-auction.spec.cy.ts/should_let_the_first_bidder_place_a_bidding_agent_that%27s_higher_than_the_current_highest_bid/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/264deb55-cbab-4667-837d-938edb14e2d2' 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 (2411) (npm exec http-s)
Terminate orphan process: pid (2433) (sh)
Terminate orphan process: pid (2435) (http-server)

Artifacts

core/bid-on-an-auction.spec.cy.ts/Bid_on_an_auction_--_should_trigger_the_bidding_agent_of_the_first_bidder_when_the_second_bidder_s_bid_is_higher_failed.png
Screenshot: core/bid-on-an-auction.spec.cy.ts/Bid_on_an_auction_--_should_trigger_the_bidding_agent_of_the_first_bidder_when_the_second_bidder_s_bid_is_higher_failed.png
core/bid-on-an-auction.spec.cy.ts/Bid_on_an_auction_--_should_let_the_first_bidder_remove_his_bidding_agent_--_after_all_hook_failed.png
Screenshot: core/bid-on-an-auction.spec.cy.ts/Bid_on_an_auction_--_should_let_the_first_bidder_remove_his_bidding_agent_--_after_all_hook_failed.png
core/bid-on-an-auction.spec.cy.ts/Bid_on_an_auction_--_should_let_the_first_bidder_remove_his_bidding_agent_failed.png
Screenshot: core/bid-on-an-auction.spec.cy.ts/Bid_on_an_auction_--_should_let_the_first_bidder_remove_his_bidding_agent_failed.png
core/bid-on-an-auction.spec.cy.ts/Bid_on_an_auction_--_should_let_the_first_bidder_place_a_bidding_agent_that_s_higher_than_the_current_highest_bid_failed.png
Screenshot: core/bid-on-an-auction.spec.cy.ts/Bid_on_an_auction_--_should_let_the_first_bidder_place_a_bidding_agent_that_s_higher_than_the_current_highest_bid_failed.png