feat: add option to hide balance, closes leather-io#5096 #5843
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 › withStacksKeysOnly › that you can navigate to activity page
Test timeout of 30000ms exceeded.
|
tests/page-object-models/home.page.ts#L107
1) [chromium] › specs/ledger/ledger.spec.ts:58:7 › App with Ledger › withStacksKeysOnly › 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:107
105 |
106 | async clickActivityTab() {
> 107 | await this.page.getByTestId(HomePageSelectors.ActivityTabBtn).click();
| ^
108 | }
109 |
110 | async clickSettingsButton() {
at HomePage.clickActivityTab (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:107:67)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:59:24
|
tests/specs/ledger/ledger.spec.ts#L1
1) [chromium] › specs/ledger/ledger.spec.ts:58:7 › App with Ledger › withStacksKeysOnly › that you can navigate to activity page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
tests/page-object-models/home.page.ts#L107
1) [chromium] › specs/ledger/ledger.spec.ts:58:7 › App with Ledger › withStacksKeysOnly › that you can navigate to activity page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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:107
105 |
106 | async clickActivityTab() {
> 107 | await this.page.getByTestId(HomePageSelectors.ActivityTabBtn).click();
| ^
108 | }
109 |
110 | async clickSettingsButton() {
at HomePage.clickActivityTab (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:107:67)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:59: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 30.1s
|
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 19.1s
|
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