Running: seller-view.spec.cy.ts (2 of 4)
Seller view
1) should show a seller their own running auction
cy:command
✔
visit /
cy:command
✔
get [data-cy=app-root_development-banner]
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
cons:log
✱
Angular is running in development mode.
cy:command
✔
click
cy:xhr
➟
GET https://dev.caronsale.de/api/v1/meta
Status: 200
cy:xhr
➟
GET https://res.cloudinary.com/castle-tech-gmbh/raw/upload/i18n/frontend-web/en.json?t=1768825004711
Status: 200
cy:command
✔
window
cy:intercept
➟
Matcher: {"method":"GET","url":"**/authenticated-user"}
cy:command
✔
get [data-cy=login_username-input]
cy:command
✔
find input
cy:command
✔
get [data-cy=login_password-input]
cy:command
✔
find input
cy:command
✔
get [data-cy=login_submit-login-button]
cy:command
✔
click
cy:fetch
➟
POST https://cognito-idp.eu-central-1.amazonaws.com/
cy:command
✘
wait @userData
2) "before each" hook for "should show a seller their own drafted auction"
cy:command
✔
visit /
cy:command
✘
get [data-cy=app-root_development-banner]
cy:xhr
➟
GET https://dev.caronsale.de/api/v1/public/config/system
cy:xhr
➟
GET https://dev.caronsale.de/api/v1/meta
3) "after all" hook for "should show a seller their own drafted auction"
0 passing (44s)
3 failing
1) Seller view
should show a seller their own running auction:
CypressError: Timed out retrying after 10000ms: `cy.wait()` timed out waiting `10000ms` for the 1st request to the route: `userData`. 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:34:0)
2) Seller view
"before each" hook for "should show a seller their own drafted auction":
AssertionError: Timed out retrying after 10000ms: Expected to find element: `[data-cy=app-root_development-banner]`, but never found it.
Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Seller view`
at Context.eval (webpack:///../support/commands.ts:62:0)
3) Seller view
"after all" hook for "should show a seller their own drafted auction":
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: `Seller 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)
────────────────────────────────────────────────────────────────────────────────────────────────────