Running: auctions-overview.spec.cy.ts (3 of 5)
Auctions overview
1) "before each" hook for "should change pages: next, previous, last and first"
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
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=1769439951934
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
cy:xhr
➟
(e2e-admin) 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:command
✘
then function(){}
2) "after all" hook for "should navigate to auction details when clicking auction card"
0 passing (14s)
2 failing
1) Auctions overview
"before each" hook for "should change pages: next, previous, last and first":
TypeError: Failed to fetch dynamically imported module: http://localhost:4200/buyer-dashboard.module-JBEHJM6Q.js
Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Auctions overview`
2) Auctions overview
"after all" hook for "should navigate to auction details when clicking auction card":
TypeError: Cannot read properties of undefined (reading 'subscribe')
Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Auctions overview`
at eval (webpack:///../../node_modules/rxjs/dist/esm5/internal/firstValueFrom.js:21:0)
at new Promise (<anonymous>)
at firstValueFrom (webpack:///../../node_modules/rxjs/dist/esm5/internal/firstValueFrom.js:5:0)
at Context.eval (webpack:///../support/commands.ts:52:45)
────────────────────────────────────────────────────────────────────────────────────────────────────