Running: auction-room.spec.cy.ts (2 of 6)
Auction Room
✓ should check on auction room components and search for auction ID (22157ms)
1) "after all" hook for "should use the pagination to navigate through the auctions"
1 passing (40s)
1 failing
1) Auction Room
"after all" hook for "should use the pagination to navigate through the auctions":
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: `Auction Room`
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:25:0)
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: auctions-overview.spec.cy.ts (3 of 6)
Auctions overview
1) "before all" hook for "should change pages: next, previous, last and first"
0 passing (13s)
1 failing
1) Auctions overview
"before all" hook for "should change pages: next, previous, last and first":
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 `before all` hook we are skipping the remaining tests in the current suite: `Auctions overview`
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)
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: bid-from-list-view.spec.cy.ts (4 of 6)
Bid from list view
1) "before all" hook for "should instantly add to bid from list view"
2) "after all" hook for "should instantly add to bid from list view"
0 passing (13s)
2 failing
1) Bid from list view
"before all" hook for "should instantly add to bid from list view":
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 `before all` hook we are skipping the remaining tests in the current suite: `Bid from list 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)
2) Bid from list view
"after all" hook for "should instantly add to bid from list view":
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: `Bid from list view`
at Context.eval (webpack:///../e2e/caronsale-frontend-web/bid-from-list-view.spec.cy.ts:30:0)
────────────────────────────────────────────────────────────────────────────────────────────────────