← Back to Overview

E2E Test Failures Report

Total Test Files: 6

Failing Test Files: 2

Test Run: 18.02.2026 12:07:20

Open in GitHub

auction-room.spec.cy.ts

1 FAILING
Running:  auction-room.spec.cy.ts                                                         (2 of 6)
Auction Room
✓ should check on auction room components and search for auction ID (30112ms)
1) "after all" hook for "should use the pagination to navigate through the auctions"
1 passing (43s)
1 failing
1) Auction Room
"after all" hook for "should use the pagination to navigate through the auctions":
CypressError: `cy.request()` failed on:
https://dev.caronsale.de/api/v1/debug/auction-room/c15998a2-5e44-4a5a-9d8f-a63b03ca21e6
The response we received from your web server was:
> 404: Not Found
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-room/c15998a2-5e44-4a5a-9d8f-a63b03ca21e6
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: 404 - Not Found
Headers: {
"date": "Wed, 18 Feb 2026 12:47:28 GMT",
"content-type": "application/json; charset=utf-8",
"content-length": "449",
"connection": "keep-alive",
"cf-ray": "9cfda21bb8a80cd2-MRS",
"cf-cache-status": "DYNAMIC",
"access-control-allow-origin": "*",
"content-encoding": "gzip",
"etag": "W/\"401-vIzL1u+zPCzTHM0kVu008aBjbDo\"",
"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=xHb834rpQmEcsKHyWZgig2vIE0gpe3VO2Fje4DpQW18%3D\\u0026sid=812dcc77-0bd0-43b1-a5f1-b25750382959\\u0026ts=1771418848\"}],\"max_age\":3600}",
"reporting-endpoints": "heroku-nel=\"https://nel.heroku.com/reports?s=xHb834rpQmEcsKHyWZgig2vIE0gpe3VO2Fje4DpQW18%3D&sid=812dcc77-0bd0-43b1-a5f1-b25750382959&ts=1771418848\"",
"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": "common.resource.not-found",
"params": {},
"message": "Nicht gefunden: Auction room [c15998a2-5e44-4a5a-9d8f-a63b03ca21e6] could not be found.",
"errorName": "NotFoundError",
"errorStack": "NotFoundError: Nicht gefunden: Auction room [c15998a2-5e44-4a5a-9d8f-a63b03ca21e6] could not be found.\n    at I18nHTTPErrorFactoryService.createResourceNotAvailableError (/app/dist/modules/common/error/i18n-http-error-factory.service.js:46:16)\n    at AuctionRoomService.logAndThrowError (/app/dist/modules/marketplace/showrooms/auction-room.service.js:908:48)\n    at AuctionRoomService.getAuctionRoomByUuidOr404 (/app/dist/modules/marketplace/showrooms/auction-room.service.js:70:18)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n    at async AuctionRoomDebugController.deleteAuctionRoom (/app/dist/modules/marketplace/showrooms/auction-room-debug.controller.js:44:29)",
"originalError": "NotFoundError: Nicht gefunden: Auction room [c15998a2-5e44-4a5a-9d8f-a63b03ca21e6] could not be found."
}
https://on.cypress.io/request
Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Auction Room`
    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 Context.eval (webpack:///../support/commands.ts:26:0)
────────────────────────────────────────────────────────────────────────────────────────────────────

Artifacts

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

auctions-overview.spec.cy.ts

1 FAILING
Running:  auctions-overview.spec.cy.ts                                                    (3 of 6)
Auctions overview
✓ should change pages: next, previous, last and first (35446ms)
1) 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: 200
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=1771418894560
Status: 200
cy:xhr
(e2e-buyer-alice) GET https://dev.caronsale.de/api/v1/authenticated-user
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/users/profile/
Status: 200
cy:command
wait @e2e-buyer-alice
cy:command
task setRequestHeaders, Object{3}
cy:command
task getRequestHeaders
cy:command
assert expected **e2e-buyer-alice@caronsale.de** to equal **e2e-buyer-alice@caronsale.de**
Actual: "e2e-buyer-alice@caronsale.de"
Expected: "e2e-buyer-alice@caronsale.de"
cy:command
window
cy:xhr
GET https://dev.caronsale.de/api/v1/profile/salesman/e2e-buyer-alice@caronsale.de
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/account/data/855040ef-aca9-471c-b604-94da31763921?augment=settingsBuyer
Status: 200
cy:command
new url http://localhost:4200/salesman/auctions?tabId=0&limit=2&offset=0
cy:command
get body
cy:intercept
Method: GET
Matcher: "/api\\/v2\\/auction\\/buyer\\/(active|)\\?filter=.+/g"
cy:command
wait @getAuctions
cy:xhr
GET https://dev.caronsale.de/api/v1/auction/salesman/counts?types=parked&filter=%7B%7D
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v2/auction/buyer/saved-search?filter={%22limit%22:10,%22offset%22:0}
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/profile/salesman/e2e-buyer-alice@caronsale.de/contact
Status: 200
cy:xhr
(getAuctions) GET https://dev.caronsale.de/api/v2/auction/buyer/active?filter=%7B%22limit%22%3A2%2C%22offset%22%3A0%7D&addToSearchHistory=false&sellingModes=INSTANT_PURCHASE
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/vehicle-models/makes
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/room-group/buyer/?filter=%7B%22limit%22%3A20%2C%22offset%22%3A0%7D
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/auction-room/buyer/?filter=%7B%22limit%22%3A20%2C%22offset%22%3A0%7D
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/auction/salesman/counts?types=instant-purchase&types=parked&types=recommended&filter=%7B%7D
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/auction/salesman/count-saved-searches?searches=9db4e364-5ff3-4bc0-af42-4be7a574d2af&searches=6e625d25-6657-414d-860e-6f41ba135213&type=active
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v2/auction/buyer/filter-count?filter=%7B%7D&countableFields=%5B%22make%22%2C%22model%22%2C%22transmission%22%2C%22fuelType%22%2C%22country%22%5D&listType=%22active%22
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/auction/salesman/counts?types=private&filter=%7B%7D
Status: 200
cy:command
get [data-cy=auction-list_filters]
cy:command
assert expected **<app-auction-search.ng-tns-c291831356-2.ng-tns-c2341304872-1.ng-star-inserted>** to be **visible**
cy:command
get [data-cy=auction-filters_quick-search]
cy:command
type BMW
cy:xhr
GET https://dev.caronsale.de/api/v1/profile/salesman/e2e-buyer-alice@caronsale.de
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/user-notes/auction/233b93ef-40b2-4560-bbda-1a78a677649d,364c0fda-9600-499d-a4d5-67f58b6c17cc
Status: 200
cy:command
wait @getAuctions
cy:command
new url http://localhost:4200/salesman/auctions?tabId=0&limit=20&offset=0&search=%22BMW%22
cy:xhr
(getAuctions) GET https://dev.caronsale.de/api/v2/auction/buyer/active?filter=%7B%22limit%22%3A20%2C%22offset%22%3A0%2C%22search%22%3A%22BMW%22%7D&addToSearchHistory=false&sellingModes=INSTANT_PURCHASE
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v2/auction/buyer/filter-count?filter=%7B%22search%22%3A%22BMW%22%7D&countableFields=%5B%22make%22%2C%22model%22%2C%22transmission%22%2C%22fuelType%22%2C%22country%22%5D&listType=%22active%22
Status: 200
cy:command
assert expected **{ limit: 20, offset: 0, search: BMW }** to have deep property **search**
cy:command
assert expected **{ limit: 20, offset: 0, search: BMW }** to have deep property **search** of **BMW**
Actual: "BMW"
Expected: "BMW"
cy:command
get [data-cy=auction-list_auction-wide-card]
cy:command
assert expected **[ <app-auction-wide-card#9384b57e-6ac5-4ab1-852b-d6e283f84122.ng-star-inserted>, 16 more... ]** to be **visible**
cy:command
assert expected **[ <app-auction-wide-card#9384b57e-6ac5-4ab1-852b-d6e283f84122.ng-star-inserted>, 16 more... ]** to have a length at least **1**
cy:command
get [data-cy=auction-filters_open-filters]
cy:command
click
cy:xhr
GET https://dev.caronsale.de/api/v1/user-notes/auction/9384b57e-6ac5-4ab1-852b-d6e283f84122,d17ba302-e777-4b1d-8ade-f53a342c2abc,f8228443-b509-4822-89a9-4fbf172c9822,bb812d65-eca9-4cde-bebf-634b3d6c7545,31ba20ec-354b-4a2b-a8ef-a907a707b34b,651c7392-0bc0-417f-93ba-7225b51f6cb7,d5bbc6cd-fb05-4f6e-be7a-a44004314e80,7c84d8dd-8d40-45d4-8b81-5dd613f6f390,f7b39464-363d-4df4-b1d5-b2bccc693e38,fe133b79-12b0-42b5-bed6-061cadd948b0,72c74da6-02ab-4e10-b8b5-7e0dd1bb7c43,a6795e59-254d-4c2a-9a58-d2478d433e05,c1819593-86ed-4258-8b11-4712c3a36461,73ef7f2b-9226-4023-945e-fac619a61788,a008c12e-334b-416f-b41f-6d6b6c177447,f3fcc2c7-8669-41fc-b746-b2573b14a0ea,b04b8dc9-2fda-4423-afb9-9f9d412bf48d
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/profile/salesman/9edc5493-a532-47b9-928b-3f2e0042cdcf/regular-buyer-state
Status: 200
cy:command
get [data-cy=auction-filters_opened-filters]
cy:command
assert expected **<app-auction-search-filter-form.ng-tns-c769131716-5.ng-tns-c291831356-2.ng-trigger.ng-trigger-fadeInOut.ng-star-inserted>** to be **visible**
cy:command
get [data-cy=auction-filters_make]
cy:command
click
cy:command
get [data-cy=enzo_flyout]
cy:command
find .option
cy:command
contains BMW
cy:command
click
cy:xhr
GET https://dev.caronsale.de/api/v2/auction/buyer/filter-count?filter=%7B%22search%22%3A%22BMW%22%7D&countableFields=%5B%22make%22%2C%22model%22%2C%22category%22%2C%22transmission%22%2C%22fuelType%22%2C%22advertisementTypes%22%2C%22numPreOwners%22%2C%22doors%22%2C%22bodyColorCode%22%2C%22country%22%2C%22isExpressPickupAvailable%22%2C%22readyToDrive%22%2C%22euroNorm%22%2C%22hadAccident%22%2C%22hasDamages%22%2C%22isHuValid%22%2C%22sellerTypes%22%2C%22isVATReportable%22%2C%22isMinAskReached%22%5D&listType=%22active%22
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/vehicle-models/?make=BMW
Status: 200
cy:command
wait 250
cy:command
new url http://localhost:4200/salesman/auctions?tabId=0&vehicleSearchQuery=%7B%22makeAndModelPairs%22:%5B%7B%22make%22:%22BMW%22,%22model%22:null%7D%5D%7D&search=%22BMW%22&limit=20&offset=0
cy:command
wait @getAuctions
cy:xhr
(getAuctions) GET https://dev.caronsale.de/api/v2/auction/buyer/active?filter=%7B%22limit%22%3A20%2C%22offset%22%3A0%2C%22vehicleSearchQuery%22%3A%7B%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&addToSearchHistory=true&sellingModes=INSTANT_PURCHASE
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/auction/salesman/counts?types=instant-purchase&types=parked&types=recommended&filter=%7B%22vehicleSearchQuery%22%3A%7B%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v2/auction/buyer/filter-count?filter=%7B%22vehicleSearchQuery%22%3A%7B%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&countableFields=%5B%22make%22%2C%22model%22%2C%22category%22%2C%22transmission%22%2C%22fuelType%22%2C%22advertisementTypes%22%2C%22numPreOwners%22%2C%22doors%22%2C%22bodyColorCode%22%2C%22country%22%2C%22isExpressPickupAvailable%22%2C%22readyToDrive%22%2C%22euroNorm%22%2C%22hadAccident%22%2C%22hasDamages%22%2C%22isHuValid%22%2C%22sellerTypes%22%2C%22isVATReportable%22%2C%22isMinAskReached%22%5D&listType=%22active%22
Status: 200
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search** of **BMW**
Actual: "BMW"
Expected: "BMW"
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery** of **{ Object (makeAndModelPairs) }**
Actual: {"makeAndModelPairs":[{"make":"BMW","model":null}]}
Expected: {"makeAndModelPairs":[{"make":"BMW","model":null}]}
cy:command
get [data-cy=auction-filters_close-filters]
cy:command
click
cy:command
get [data-cy=auction-list_auction-wide-card]
cy:command
assert expected **[ <app-auction-wide-card#9384b57e-6ac5-4ab1-852b-d6e283f84122.ng-star-inserted>, 16 more... ]** to be **visible**
cy:command
assert expected **[ <app-auction-wide-card#9384b57e-6ac5-4ab1-852b-d6e283f84122.ng-star-inserted>, 16 more... ]** to have a length at least **1**
cy:command
get [data-cy=auction-filters_open-filters]
cy:command
click
cy:command
get [data-cy=auction-filters_category]
cy:command
click
cy:command
get [data-cy=enzo_flyout]
cy:command
find enzo-checkbox
cy:command
wrap <enzo-checkbox.first.ng-star-inserted>
cy:command
find input
cy:command
check {force: true}
cy:command
assert expected **<input>** to be **checked**
cy:command
wait @getAuctions
cy:command
new url http://localhost:4200/salesman/auctions?tabId=0&vehicleSearchQuery=%7B%22categories%22:%5B0%5D,%22makeAndModelPairs%22:%5B%7B%22make%22:%22BMW%22,%22model%22:null%7D%5D%7D&search=%22BMW%22&limit=20&offset=0
cy:xhr
(getAuctions) GET https://dev.caronsale.de/api/v2/auction/buyer/active?filter=%7B%22limit%22%3A20%2C%22offset%22%3A0%2C%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&addToSearchHistory=true&sellingModes=INSTANT_PURCHASE
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/auction/salesman/counts?types=instant-purchase&types=parked&types=recommended&filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D
Status: 200
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search** of **BMW**
Actual: "BMW"
Expected: "BMW"
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery** of **{ Object (makeAndModelPairs, categories) }**
Actual: {"categories":[0],"makeAndModelPairs":[{"make":"BMW","model":null}]}
Expected: {"makeAndModelPairs":[{"make":"BMW","model":null}],"categories":[0]}
cy:command
wrap <enzo-checkbox.ng-star-inserted>
cy:command
find input
cy:command
check {force: true}
cy:command
assert expected **<input>** to be **checked**
cy:command
wait @getAuctions
cy:xhr
GET https://dev.caronsale.de/api/v2/auction/buyer/filter-count?filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&countableFields=%5B%22make%22%2C%22model%22%2C%22category%22%2C%22transmission%22%2C%22fuelType%22%2C%22advertisementTypes%22%2C%22numPreOwners%22%2C%22doors%22%2C%22bodyColorCode%22%2C%22country%22%2C%22isExpressPickupAvailable%22%2C%22readyToDrive%22%2C%22euroNorm%22%2C%22hadAccident%22%2C%22hasDamages%22%2C%22isHuValid%22%2C%22sellerTypes%22%2C%22isVATReportable%22%2C%22isMinAskReached%22%5D&listType=%22active%22
Status: 200
cy:command
new url http://localhost:4200/salesman/auctions?tabId=0&vehicleSearchQuery=%7B%22categories%22:%5B0,1%5D,%22makeAndModelPairs%22:%5B%7B%22make%22:%22BMW%22,%22model%22:null%7D%5D%7D&search=%22BMW%22&limit=20&offset=0
cy:xhr
(getAuctions) GET https://dev.caronsale.de/api/v2/auction/buyer/active?filter=%7B%22limit%22%3A20%2C%22offset%22%3A0%2C%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&addToSearchHistory=true&sellingModes=INSTANT_PURCHASE
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/auction/salesman/counts?types=instant-purchase&types=parked&types=recommended&filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D
Status: 200
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search** of **BMW**
Actual: "BMW"
Expected: "BMW"
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery** of **{ Object (makeAndModelPairs, categories) }**
Actual: {"categories":[0,1],"makeAndModelPairs":[{"make":"BMW","model":null}]}
Expected: {"makeAndModelPairs":[{"make":"BMW","model":null}],"categories":[0,1]}
cy:command
wrap <enzo-checkbox.ng-star-inserted>
cy:command
find input
cy:command
check {force: true}
cy:command
assert expected **<input>** to be **checked**
cy:command
wait @getAuctions
cy:xhr
GET https://dev.caronsale.de/api/v2/auction/buyer/filter-count?filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&countableFields=%5B%22make%22%2C%22model%22%2C%22category%22%2C%22transmission%22%2C%22fuelType%22%2C%22advertisementTypes%22%2C%22numPreOwners%22%2C%22doors%22%2C%22bodyColorCode%22%2C%22country%22%2C%22isExpressPickupAvailable%22%2C%22readyToDrive%22%2C%22euroNorm%22%2C%22hadAccident%22%2C%22hasDamages%22%2C%22isHuValid%22%2C%22sellerTypes%22%2C%22isVATReportable%22%2C%22isMinAskReached%22%5D&listType=%22active%22
Status: 200
cy:command
new url http://localhost:4200/salesman/auctions?tabId=0&vehicleSearchQuery=%7B%22categories%22:%5B0,1,2%5D,%22makeAndModelPairs%22:%5B%7B%22make%22:%22BMW%22,%22model%22:null%7D%5D%7D&search=%22BMW%22&limit=20&offset=0
cy:xhr
(getAuctions) GET https://dev.caronsale.de/api/v2/auction/buyer/active?filter=%7B%22limit%22%3A20%2C%22offset%22%3A0%2C%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&addToSearchHistory=true&sellingModes=INSTANT_PURCHASE
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/auction/salesman/counts?types=instant-purchase&types=parked&types=recommended&filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v2/auction/buyer/filter-count?filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&countableFields=%5B%22make%22%2C%22model%22%2C%22category%22%2C%22transmission%22%2C%22fuelType%22%2C%22advertisementTypes%22%2C%22numPreOwners%22%2C%22doors%22%2C%22bodyColorCode%22%2C%22country%22%2C%22isExpressPickupAvailable%22%2C%22readyToDrive%22%2C%22euroNorm%22%2C%22hadAccident%22%2C%22hasDamages%22%2C%22isHuValid%22%2C%22sellerTypes%22%2C%22isVATReportable%22%2C%22isMinAskReached%22%5D&listType=%22active%22
Status: 200
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search** of **BMW**
Actual: "BMW"
Expected: "BMW"
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery** of **{ Object (makeAndModelPairs, categories) }**
Actual: {"categories":[0,1,2],"makeAndModelPairs":[{"make":"BMW","model":null}]}
Expected: {"makeAndModelPairs":[{"make":"BMW","model":null}],"categories":[0,1,2]}
cy:command
wrap <enzo-checkbox.ng-star-inserted>
cy:command
find input
cy:command
check {force: true}
cy:command
assert expected **<input>** to be **checked**
cy:command
wait @getAuctions
cy:command
new url http://localhost:4200/salesman/auctions?tabId=0&vehicleSearchQuery=%7B%22categories%22:%5B0,1,2,3%5D,%22makeAndModelPairs%22:%5B%7B%22make%22:%22BMW%22,%22model%22:null%7D%5D%7D&search=%22BMW%22&limit=20&offset=0
cy:xhr
(getAuctions) GET https://dev.caronsale.de/api/v2/auction/buyer/active?filter=%7B%22limit%22%3A20%2C%22offset%22%3A0%2C%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&addToSearchHistory=true&sellingModes=INSTANT_PURCHASE
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/auction/salesman/counts?types=instant-purchase&types=parked&types=recommended&filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v2/auction/buyer/filter-count?filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&countableFields=%5B%22make%22%2C%22model%22%2C%22category%22%2C%22transmission%22%2C%22fuelType%22%2C%22advertisementTypes%22%2C%22numPreOwners%22%2C%22doors%22%2C%22bodyColorCode%22%2C%22country%22%2C%22isExpressPickupAvailable%22%2C%22readyToDrive%22%2C%22euroNorm%22%2C%22hadAccident%22%2C%22hasDamages%22%2C%22isHuValid%22%2C%22sellerTypes%22%2C%22isVATReportable%22%2C%22isMinAskReached%22%5D&listType=%22active%22
Status: 200
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search** of **BMW**
Actual: "BMW"
Expected: "BMW"
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery** of **{ Object (makeAndModelPairs, categories) }**
Actual: {"categories":[0,1,2,3],"makeAndModelPairs":[{"make":"BMW","model":null}]}
Expected: {"makeAndModelPairs":[{"make":"BMW","model":null}],"categories":[0,1,2,3]}
cy:command
wrap <enzo-checkbox.ng-star-inserted>
cy:command
find input
cy:command
check {force: true}
cy:command
assert expected **<input>** to be **checked**
cy:command
wait @getAuctions
cy:command
new url http://localhost:4200/salesman/auctions?tabId=0&vehicleSearchQuery=%7B%22categories%22:%5B0,1,2,3,4%5D,%22makeAndModelPairs%22:%5B%7B%22make%22:%22BMW%22,%22model%22:null%7D%5D%7D&search=%22BMW%22&limit=20&offset=0
cy:xhr
(getAuctions) GET https://dev.caronsale.de/api/v2/auction/buyer/active?filter=%7B%22limit%22%3A20%2C%22offset%22%3A0%2C%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%2C4%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&addToSearchHistory=true&sellingModes=INSTANT_PURCHASE
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/auction/salesman/counts?types=instant-purchase&types=parked&types=recommended&filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%2C4%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v2/auction/buyer/filter-count?filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%2C4%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&countableFields=%5B%22make%22%2C%22model%22%2C%22category%22%2C%22transmission%22%2C%22fuelType%22%2C%22advertisementTypes%22%2C%22numPreOwners%22%2C%22doors%22%2C%22bodyColorCode%22%2C%22country%22%2C%22isExpressPickupAvailable%22%2C%22readyToDrive%22%2C%22euroNorm%22%2C%22hadAccident%22%2C%22hasDamages%22%2C%22isHuValid%22%2C%22sellerTypes%22%2C%22isVATReportable%22%2C%22isMinAskReached%22%5D&listType=%22active%22
Status: 200
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search** of **BMW**
Actual: "BMW"
Expected: "BMW"
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery** of **{ Object (makeAndModelPairs, categories) }**
Actual: {"categories":[0,1,2,3,4],"makeAndModelPairs":[{"make":"BMW","model":null}]}
Expected: {"makeAndModelPairs":[{"make":"BMW","model":null}],"categories":[0,1,2,3,4]}
cy:command
wrap <enzo-checkbox.ng-star-inserted>
cy:command
find input
cy:command
check {force: true}
cy:command
assert expected **<input>** to be **checked**
cy:command
wait @getAuctions
cy:command
new url http://localhost:4200/salesman/auctions?tabId=0&vehicleSearchQuery=%7B%22categories%22:%5B0,1,2,3,4,5%5D,%22makeAndModelPairs%22:%5B%7B%22make%22:%22BMW%22,%22model%22:null%7D%5D%7D&search=%22BMW%22&limit=20&offset=0
cy:xhr
(getAuctions) GET https://dev.caronsale.de/api/v2/auction/buyer/active?filter=%7B%22limit%22%3A20%2C%22offset%22%3A0%2C%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%2C4%2C5%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&addToSearchHistory=true&sellingModes=INSTANT_PURCHASE
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/auction/salesman/counts?types=instant-purchase&types=parked&types=recommended&filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%2C4%2C5%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v2/auction/buyer/filter-count?filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%2C4%2C5%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&countableFields=%5B%22make%22%2C%22model%22%2C%22category%22%2C%22transmission%22%2C%22fuelType%22%2C%22advertisementTypes%22%2C%22numPreOwners%22%2C%22doors%22%2C%22bodyColorCode%22%2C%22country%22%2C%22isExpressPickupAvailable%22%2C%22readyToDrive%22%2C%22euroNorm%22%2C%22hadAccident%22%2C%22hasDamages%22%2C%22isHuValid%22%2C%22sellerTypes%22%2C%22isVATReportable%22%2C%22isMinAskReached%22%5D&listType=%22active%22
Status: 200
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search** of **BMW**
Actual: "BMW"
Expected: "BMW"
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery** of **{ Object (makeAndModelPairs, categories) }**
Actual: {"categories":[0,1,2,3,4,5],"makeAndModelPairs":[{"make":"BMW","model":null}]}
Expected: {"makeAndModelPairs":[{"make":"BMW","model":null}],"categories":[0,1,2,3,4,5]}
cy:command
wrap <enzo-checkbox.ng-star-inserted>
cy:command
find input
cy:command
check {force: true}
cy:command
assert expected **<input>** to be **checked**
cy:command
wait @getAuctions
cy:command
new url http://localhost:4200/salesman/auctions?tabId=0&vehicleSearchQuery=%7B%22categories%22:%5B0,1,2,3,4,5,6%5D,%22makeAndModelPairs%22:%5B%7B%22make%22:%22BMW%22,%22model%22:null%7D%5D%7D&search=%22BMW%22&limit=20&offset=0
cy:xhr
(getAuctions) GET https://dev.caronsale.de/api/v2/auction/buyer/active?filter=%7B%22limit%22%3A20%2C%22offset%22%3A0%2C%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%2C4%2C5%2C6%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&addToSearchHistory=true&sellingModes=INSTANT_PURCHASE
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/auction/salesman/counts?types=instant-purchase&types=parked&types=recommended&filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%2C4%2C5%2C6%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v2/auction/buyer/filter-count?filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%2C4%2C5%2C6%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&countableFields=%5B%22make%22%2C%22model%22%2C%22category%22%2C%22transmission%22%2C%22fuelType%22%2C%22advertisementTypes%22%2C%22numPreOwners%22%2C%22doors%22%2C%22bodyColorCode%22%2C%22country%22%2C%22isExpressPickupAvailable%22%2C%22readyToDrive%22%2C%22euroNorm%22%2C%22hadAccident%22%2C%22hasDamages%22%2C%22isHuValid%22%2C%22sellerTypes%22%2C%22isVATReportable%22%2C%22isMinAskReached%22%5D&listType=%22active%22
Status: 200
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search** of **BMW**
Actual: "BMW"
Expected: "BMW"
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery** of **{ Object (makeAndModelPairs, categories) }**
Actual: {"categories":[0,1,2,3,4,5,6],"makeAndModelPairs":[{"make":"BMW","model":null}]}
Expected: {"makeAndModelPairs":[{"make":"BMW","model":null}],"categories":[0,1,2,3,4,5,6]}
cy:command
wrap <enzo-checkbox.ng-star-inserted>
cy:command
find input
cy:command
check {force: true}
cy:command
assert expected **<input>** to be **checked**
cy:command
wait @getAuctions
cy:command
new url http://localhost:4200/salesman/auctions?tabId=0&vehicleSearchQuery=%7B%22categories%22:%5B0,1,2,3,4,5,6,7%5D,%22makeAndModelPairs%22:%5B%7B%22make%22:%22BMW%22,%22model%22:null%7D%5D%7D&search=%22BMW%22&limit=20&offset=0
cy:xhr
(getAuctions) GET https://dev.caronsale.de/api/v2/auction/buyer/active?filter=%7B%22limit%22%3A20%2C%22offset%22%3A0%2C%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%2C4%2C5%2C6%2C7%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&addToSearchHistory=true&sellingModes=INSTANT_PURCHASE
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v1/auction/salesman/counts?types=instant-purchase&types=parked&types=recommended&filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%2C4%2C5%2C6%2C7%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D
Status: 200
cy:xhr
GET https://dev.caronsale.de/api/v2/auction/buyer/filter-count?filter=%7B%22vehicleSearchQuery%22%3A%7B%22categories%22%3A%5B0%2C1%2C2%2C3%2C4%2C5%2C6%2C7%5D%2C%22makeAndModelPairs%22%3A%5B%7B%22make%22%3A%22BMW%22%2C%22model%22%3Anull%7D%5D%7D%2C%22search%22%3A%22BMW%22%7D&countableFields=%5B%22make%22%2C%22model%22%2C%22category%22%2C%22transmission%22%2C%22fuelType%22%2C%22advertisementTypes%22%2C%22numPreOwners%22%2C%22doors%22%2C%22bodyColorCode%22%2C%22country%22%2C%22isExpressPickupAvailable%22%2C%22readyToDrive%22%2C%22euroNorm%22%2C%22hadAccident%22%2C%22hasDamages%22%2C%22isHuValid%22%2C%22sellerTypes%22%2C%22isVATReportable%22%2C%22isMinAskReached%22%5D&listType=%22active%22
Status: 200
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **search** of **BMW**
Actual: "BMW"
Expected: "BMW"
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery**
cy:command
assert expected **{ Object (limit, offset, ...) }** to have deep property **vehicleSearchQuery** of **{ Object (makeAndModelPairs, categories) }**
Actual: {"categories":[0,1,2,3,4,5,6,7],"makeAndModelPairs":[{"make":"BMW","model":null}]}
Expected: {"makeAndModelPairs":[{"make":"BMW","model":null}],"categories":[0,1,2,3,4,5,6,7]}
cy:command
wrap <enzo-checkbox.ng-star-inserted>
cy:command
find input
✓ should navigate to auction details when clicking auction card (5572ms)
2 passing (1m)
1 failing
1) Auctions overview
should filter auctions: quick-search, make, filters-expanded, category and chips:
CypressError: Timed out retrying after 10000ms: `cy.find()` failed because the page updated as a result of this command, but you tried to continue the command chain. The subject is no longer attached to the DOM, and Cypress cannot requery the page after commands such as `cy.find()`.
Common situations why this happens:
- Your JS framework re-rendered asynchronously
- Your app code reacted to an event firing and removed the element
You can typically solve this by breaking up a chain. For example, rewrite:
> `cy.get('button').click().should('have.class', 'active')`
to
> `cy.get('button').as('btn').click()`
> `cy.get('@btn').should('have.class', 'active')`
https://on.cypress.io/element-has-detached-from-dom
    at isAttached (http://localhost:4200/__cypress/runner/cypress_runner.js:144820:58)
    at validateType (http://localhost:4200/__cypress/runner/cypress_runner.js:144690:9)
    at Object.isType (http://localhost:4200/__cypress/runner/cypress_runner.js:144725:7)
    at <unknown> (http://localhost:4200/__cypress/runner/cypress_runner.js:135090:24)
    at Object.subjectFn (http://localhost:4200/__cypress/runner/cypress_runner.js:143709:16)
    at $Cy.verifyUpcomingAssertions (http://localhost:4200/__cypress/runner/cypress_runner.js:143048:31)
    at onRetry (http://localhost:4200/__cypress/runner/cypress_runner.js:143700:15)
    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:///../e2e/caronsale-frontend-web/auctions-overview.spec.cy.ts:38:0)
────────────────────────────────────────────────────────────────────────────────────────────────────

Artifacts

core/auctions-overview.spec.cy.ts/Auctions_overview_--_should_filter_auctions_quick-search_make_filters-expanded_category_and_chips_failed.png
Screenshot: core/auctions-overview.spec.cy.ts/Auctions_overview_--_should_filter_auctions_quick-search_make_filters-expanded_category_and_chips_failed.png