chore(deps): bump vite from 5.4.2 to 5.4.9 #6964
Annotations
4 errors, 4 warnings, and 1 notice
tests/specs/ledger/ledger.spec.ts#L1
1) [chromium] › specs/ledger/ledger.spec.ts:58:7 › App with Ledger › withBitcoinAndStacksKey › that you can navigate to activity page
Test timeout of 30000ms exceeded.
|
tests/page-object-models/home.page.ts#L113
1) [chromium] › specs/ledger/ledger.spec.ts:58:7 › App with Ledger › withBitcoinAndStacksKey › that you can navigate to activity page
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('tab-activity')
at page-object-models/home.page.ts:113
111 |
112 | async clickActivityTab() {
> 113 | await this.page.getByTestId(HomePageSelectors.ActivityTabBtn).click();
| ^
114 | }
115 |
116 | async clickSettingsButton() {
at HomePage.clickActivityTab (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:113:67)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:59:24
|
tests/specs/ledger/ledger.spec.ts#L1
2) [chromium] › specs/ledger/ledger.spec.ts:35:7 › App with Ledger › withBitcoinKeysOnly › receive modal opens
Test timeout of 30000ms exceeded.
|
tests/page-object-models/home.page.ts#L62
2) [chromium] › specs/ledger/ledger.spec.ts:35:7 › App with Ledger › withBitcoinKeysOnly › receive modal opens
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('receive-crypto-asset-btn')
at page-object-models/home.page.ts:62
60 |
61 | async goToReceiveDialog() {
> 62 | await this.page.getByTestId(HomePageSelectors.ReceiveCryptoAssetBtn).click();
| ^
63 | }
64 |
65 | // Open issue with Playwright's ability to copyToClipboard from legacy tests:
at HomePage.goToReceiveDialog (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:62:74)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:36:24
|
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 23.7s
|
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 16.8s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
This job succeeded
Loading