Running: support-request.spec.cy.ts (4 of 5) Support Request Support Request Form 1) "before each" hook for "should navigate to Buyer Cockpit or Checkout when clicking "my purchases" button"
Support Request Submitted 2) "before each" hook for "should display success view after form submission"
0 passing (25s)
2 failing
1) Support Request
Support Request Form
"before each" hook for "should navigate to Buyer Cockpit or Checkout when clicking "my purchases" button":
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 each` hook we are skipping the remaining tests in the current suite: `Support Request Form`
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) Support Request
Support Request Submitted
"before each" hook for "should display success view after form submission":
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 each` hook we are skipping the remaining tests in the current suite: `Support Request Submitted`
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)
hould navigate to Buyer Cockpit or Checkout when clicking my purchases button --
-- should display success view after form submission -- before each hook (faile
d).png
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: ui-login.spec.cy.ts (5 of 5) UI login and logout 1) "before each" hook for "should login and logout"
0 passing (13s)
1 failing
1) UI login and logout
"before each" hook for "should login and logout":
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: `UI login and logout`
at Context.eval (webpack:///../support/commands.ts:62:0)
====================================================================================================
(Run Finished)
Spec Tests Passing Failing Pending Skipped
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ ✔ buyer-cockpit.spec.cy.ts 00:32 3 3 - - - │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ seller-view.spec.cy.ts 00:28 2 2 - - - │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ supervisor-view.spec.cy.ts 00:31 2 2 - - - │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✖ support-request.spec.cy.ts 00:24 25 - 2 - 23 │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✖ ui-login.spec.cy.ts 00:12 2 - 1 - 1 │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
✖ 2 of 5 failed (40%) 02:08 34 7 3 - 24
##[error]Process completed with exit code 1.
##[group]Run node ./scripts/upload-cypress-generated-media.js
node ./scripts/upload-cypress-generated-media.js
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
env:
GITHUB_REF_NAME: feat/CCSE-411
CLOUDINARY_URL: ***
##[endgroup]
E2E failure videos:
------------------------
- https://res.cloudinary.com/castle-tech-gmbh-dev/video/upload/v1770718343/delete-me_e2e/feat_CCSE-411/ui-login.spec.cy.ts.mp4
- https://res.cloudinary.com/castle-tech-gmbh-dev/video/upload/v1770718343/delete-me_e2e/feat_CCSE-411/support-request.spec.cy.ts.mp4
E2E failure screenshots:
------------------------
- https://res.cloudinary.com/castle-tech-gmbh-dev/image/upload/v1770718346/delete-me_e2e/feat_CCSE-411/core/ui-login.spec.cy.ts/UI_login_and_logout_--_should_login_and_logout_--_before_each_hook_failed.png
- https://res.cloudinary.com/castle-tech-gmbh-dev/image/upload/v1770718346/delete-me_e2e/feat_CCSE-411/core/support-request.spec.cy.ts/Support_Request_--_Support_Request_Submitted_--_should_display_success_view_after_form_submission_--_before_each_hook_failed.png
- https://res.cloudinary.com/castle-tech-gmbh-dev/image/upload/v1770718347/delete-me_e2e/feat_CCSE-411/core/support-request.spec.cy.ts/Support_Request_--_Support_Request_Form_--_should_navigate_to_Buyer_Cockpit_or_Checkout_when_clicking_my_purchases_button_--_before_each_hook_failed.png
E2E failure html files:
------------------------
- https://res.cloudinary.com/castle-tech-gmbh-dev/raw/upload/v1770718348/delete-me_e2e/feat_CCSE-411/ui-login.spec.cy.ts/should_login_and_logout/index.html
- https://res.cloudinary.com/castle-tech-gmbh-dev/raw/upload/v1770718348/delete-me_e2e/feat_CCSE-411/support-request.spec.cy.ts/should_navigate_to_Buyer_Cockpit_or_Checkout_when_clicking_%22my_purchases%22_button/index.html
- https://res.cloudinary.com/castle-tech-gmbh-dev/raw/upload/v1770718348/delete-me_e2e/feat_CCSE-411/support-request.spec.cy.ts/should_display_success_view_after_form_submission/index.html
Post job cleanup.
Post job cleanup.
[command]/usr/bin/git version
git version 2.52.0
Temporarily overriding HOME='/home/runner/work/_temp/535b69f1-8c8e-43e3-87b1-cc827b0ac6ac' before making global git config changes
Adding repository directory to the temporary git global config as a safe directory
[command]/usr/bin/git config --global --add safe.directory /home/runner/work/caronsale-frontend-web/caronsale-frontend-web
[command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
[command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
[command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
http.https://github.com/.extraheader
[command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
[command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
A job completed hook has been configured by the self-hosted runner administrator
##[group]Run '/home/runner/actions-runner/complete-hook.sh'
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
##[endgroup]
Cleaning up orphan processes
Terminate orphan process: pid (2447) (npm exec http-s)
Terminate orphan process: pid (2469) (sh)
Terminate orphan process: pid (2470) (http-server)