← Back to Overview

E2E Test Failures Report

Total Test Files: 5

Failing Test Files: 1

Test Run: 18.02.2026 14:10:38

Open in GitHub

support-request.spec.cy.ts

1 FAILING
Running:  support-request.spec.cy.ts                                                      (4 of 5)
Support Request
Support Request Form
✓ should navigate to Buyer Cockpit or Checkout when clicking "my purchases" button (7455ms)
tive/vulkan/VulkanError.cpp:88)
    at CreateVkInstance (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:458)
    at Initialize (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:344)
    at Create (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:266)
    at operator() (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:521)
✓ should navigate to Buyer Cockpit when clicking cancel button (3578ms)
✓ should submit support request with "Other" topic and simple description (4157ms)
✓ should display validation errors when submitting empty form (2109ms)
✓ should enforce character limit on description field when typing (18582ms)
✓ should enforce character limit on description field when pasting text (3231ms)
✓ should display validation error for reason when topic requires it (3585ms)
✓ should display validation error for Description field when topic requires it (3798ms)
✓ should display validation error for Auction ID field when topic requires it (3570ms)
✓ should display validation error for Auction ID field when it has wrong length (4797ms)
✓ should mark Auction ID field as invalid when auction does not exist (3231ms)
✓ should display validation error for Missing Documents when required (4671ms)
✓ should not require auction ID for "Other" topic (3968ms)
✓ should show select documents field when topic is "Vehicle Documents" and reason is "Missing Vehicle Documents" (3081ms)
✓ should hide select documents field when reason is changed to something other than "Missing Vehicle Documents" (3550ms)
✓ should submit support request with "Vehicle Documents" topic and missing documents selected (4889ms)
1) "before each" hook for "should display file upload components"
cy:command
clearLocalStorage
cy:command
visit /
cy:intercept
Method: POST
Matcher: "**/api/v1/users/user-request"
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
Method: GET
Matcher: "/\\/api\\/v2\\/auction\\/buyer\\/[A-Za-z0-9]{5}$/"
Mocked Response: req => {
const auctionId = req.url.split('/').pop();
console.log('AUCTION ID:', auctionId);
if (auctionId === TEST_AUCTION_ID_VALID) {
req.reply({
statusCode: 200,
body: { uuid: 'test-uuid', externalId: auctionId },
});
}
else {
req.reply({ statusCode: 404, body: { message: 'Auction not found' } });
}
}
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/
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=1771424260320
Status: 200
cy:command
wait @e2e-buyer-alice
Support Request Submitted
✓ should display success view after form submission (3877ms)
✓ should return to Support Request Form when clicking back button (3318ms)
✓ should navigate to Buyer Cockpit when clicking done button (3710ms)
19 passing (2m)
1 failing
1) Support Request
Support Request Form
"before each" hook for "should display file upload components":
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: `Support Request Form`
    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:20:0)
────────────────────────────────────────────────────────────────────────────────────────────────────

Artifacts

core/support-request.spec.cy.ts/Support_Request_--_Support_Request_Form_--_should_display_file_upload_components_--_before_each_hook_failed.png
Screenshot: core/support-request.spec.cy.ts/Support_Request_--_Support_Request_Form_--_should_display_file_upload_components_--_before_each_hook_failed.png