Running: seller-view.spec.cy.ts (2 of 5)
Seller view
1) "before all" hook for "should show a seller their own running auction"
2) "after all" hook for "should show a seller their own running auction"
0 passing (5s)
2 failing
1) Seller view
"before all" hook for "should show a seller their own running auction":
CypressError: `cy.request()` failed on:
https://dev.caronsale.de/api/v1/debug/auction/a9bf6161-103f-49f1-9aae-9bffbb5da913
The response we received from your web server was:
> 400: Bad Request
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: DELETE
URL: https://dev.caronsale.de/api/v1/debug/auction/a9bf6161-103f-49f1-9aae-9bffbb5da913
Headers: {
"Connection": "keep-alive",
"UserId": "e2e-admin@caronsale.de",
"Authorization": "***",
"Identity": "***",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.15.1 Chrome/118.0.5993.159 Electron/27.3.10 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-length": 0
}
-----------------------------------------------------------
The response we got was:
Status: 400 - Bad Request
Headers: {
"date": "Mon, 09 Feb 2026 19:42:09 GMT",
"content-type": "application/json; charset=utf-8",
"content-length": "555",
"connection": "keep-alive",
"cf-cache-status": "DYNAMIC",
"access-control-allow-origin": "*",
"etag": "W/\"22b-Gt5LlQdVg1ireuafj4bf7U5/CZI\"",
"server": "cloudflare",
"strict-transport-security": "max-age=15552000; includeSubDomains",
"vary": "Accept-Encoding",
"via": "2.0 heroku-router",
"access-control-expose-headers": "Date",
"content-security-policy": "default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests",
"cross-origin-embedder-policy": "require-corp",
"cross-origin-opener-policy": "same-origin",
"cross-origin-resource-policy": "same-origin",
"expect-ct": "max-age=0",
"nel": "{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}",
"origin-agent-cluster": "?1",
"referrer-policy": "no-referrer",
"report-to": "{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=88wqm68solRZhuq%2Fll4imJiGwBJZs6HCO6DWJlt207s%3D\\u0026sid=812dcc77-0bd0-43b1-a5f1-b25750382959\\u0026ts=1770666128\"}],\"max_age\":3600}",
"reporting-endpoints": "heroku-nel=\"https://nel.heroku.com/reports?s=88wqm68solRZhuq%2Fll4imJiGwBJZs6HCO6DWJlt207s%3D&sid=812dcc77-0bd0-43b1-a5f1-b25750382959&ts=1770666128\"",
"x-content-type-options": "nosniff",
"x-dns-prefetch-control": "off",
"x-download-options": "noopen",
"x-frame-options": "SAMEORIGIN",
"x-permitted-cross-domain-policies": "none",
"x-xss-protection": "0",
"cf-ray": "9cb5d929e9fe9d99-MRS"
}
Body: {
"msgKey": "auction.invalid",
"params": [],
"message": "Ungültige Auktion.",
"errorName": "BadRequestError",
"errorStack": "BadRequestError: Ungültige Auktion.\n at I18nHTTPErrorFactoryService.createAuctionIsInvalidError (/app/dist/modules/common/error/i18n-http-error-factory.service.js:25:16)\n at AuctionDebugController.deleteE2EAuctions (/app/dist/modules/marketplace/auction/auction-debug-controller.js:202:44)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)",
"originalError": "BadRequestError: Ungültige Auktion."
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Seller view`
at <unknown> (http://localhost:4200/__cypress/runner/cypress_runner.js:132719:72)
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 _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 eval (webpack:///../support/seed/commands.ts:25:0)
at Context.eval (webpack:///../support/seed/commands.ts:25:0)
2) Seller view
"after all" hook for "should show a seller their own running auction":
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: `Seller view`
at Context.eval (webpack:///../e2e/caronsale-frontend-web/seller-view.spec.cy.ts:21:0)
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: supervisor-view.spec.cy.ts (3 of 5)
Supervisor view
1) "before all" hook for "should show a supervisor seller their own running auction"
2) "after all" hook for "should show a supervisor seller their own running auction"
0 passing (7s)
2 failing
1) Supervisor view
"before all" hook for "should show a supervisor seller their own running auction":
CypressError: `cy.request()` failed on:
https://dev.caronsale.de/api/v1/debug/auction/a9bf6161-103f-49f1-9aae-9bffbb5da913
The response we received from your web server was:
> 400: Bad Request
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: DELETE
URL: https://dev.caronsale.de/api/v1/debug/auction/a9bf6161-103f-49f1-9aae-9bffbb5da913
Headers: {
"Connection": "keep-alive",
"UserId": "e2e-admin@caronsale.de",
"Authorization": "***",
"Identity": "***",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.15.1 Chrome/118.0.5993.159 Electron/27.3.10 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-length": 0
}
-----------------------------------------------------------
The response we got was:
Status: 400 - Bad Request
Headers: {
"date": "Mon, 09 Feb 2026 19:42:19 GMT",
"content-type": "application/json; charset=utf-8",
"content-length": "555",
"connection": "keep-alive",
"cf-ray": "9cb5d96e4e6ed2d6-FRA",
"cf-cache-status": "DYNAMIC",
"access-control-allow-origin": "*",
"etag": "W/\"22b-Gt5LlQdVg1ireuafj4bf7U5/CZI\"",
"server": "cloudflare",
"strict-transport-security": "max-age=15552000; includeSubDomains",
"vary": "Accept-Encoding",
"via": "2.0 heroku-router",
"access-control-expose-headers": "Date",
"content-security-policy": "default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests",
"cross-origin-embedder-policy": "require-corp",
"cross-origin-opener-policy": "same-origin",
"cross-origin-resource-policy": "same-origin",
"expect-ct": "max-age=0",
"nel": "{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}",
"origin-agent-cluster": "?1",
"referrer-policy": "no-referrer",
"report-to": "{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=xfloRrs5qBs956ytvOAa%2BkrHCfTLXMh3c9tHKHpPIdI%3D\\u0026sid=812dcc77-0bd0-43b1-a5f1-b25750382959\\u0026ts=1770666139\"}],\"max_age\":3600}",
"reporting-endpoints": "heroku-nel=\"https://nel.heroku.com/reports?s=xfloRrs5qBs956ytvOAa%2BkrHCfTLXMh3c9tHKHpPIdI%3D&sid=812dcc77-0bd0-43b1-a5f1-b25750382959&ts=1770666139\"",
"x-content-type-options": "nosniff",
"x-dns-prefetch-control": "off",
"x-download-options": "noopen",
"x-frame-options": "SAMEORIGIN",
"x-permitted-cross-domain-policies": "none",
"x-xss-protection": "0"
}
Body: {
"msgKey": "auction.invalid",
"params": [],
"message": "Ungültige Auktion.",
"errorName": "BadRequestError",
"errorStack": "BadRequestError: Ungültige Auktion.\n at I18nHTTPErrorFactoryService.createAuctionIsInvalidError (/app/dist/modules/common/error/i18n-http-error-factory.service.js:25:16)\n at AuctionDebugController.deleteE2EAuctions (/app/dist/modules/marketplace/auction/auction-debug-controller.js:202:44)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)",
"originalError": "BadRequestError: Ungültige Auktion."
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Supervisor view`
at <unknown> (http://localhost:4200/__cypress/runner/cypress_runner.js:132719:72)
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 _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 eval (webpack:///../support/seed/commands.ts:25:0)
at Context.eval (webpack:///../support/seed/commands.ts:25:0)
2) Supervisor view
"after all" hook for "should show a supervisor seller their own running auction":
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: `Supervisor view`
at Context.eval (webpack:///../e2e/caronsale-frontend-web/supervisor-view.spec.cy.ts:13:0)
────────────────────────────────────────────────────────────────────────────────────────────────────