Skip to content

feat: add option to hide balance, closes leather-io#5096 #6794

feat: add option to hide balance, closes leather-io#5096

feat: add option to hide balance, closes leather-io#5096 #6794

Triggered via pull request September 12, 2024 15:32
Status Failure
Total duration 12m 30s
Artifacts 1

playwright.yml

on: pull_request
Matrix: test
Merge reports
22s
Merge reports
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 26 warnings, and 10 notices
[chromium] › specs/ledger/ledger.spec.ts:29:7 › App with Ledger › withBitcoinKeysOnly › that homepage renders correctly: tests/specs/ledger/ledger.spec.ts#L30
1) [chromium] › specs/ledger/ledger.spec.ts:29:7 › App with Ledger › withBitcoinKeysOnly › that homepage renders correctly Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('text="Send"').first() Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('text="Send"').first() 28 | 29 | test('that homepage renders correctly', async ({ homePage }) => { > 30 | await test.expect(homePage.page.locator('text="Send"').first()).toBeVisible(); | ^ 31 | await test.expect(homePage.page.locator('text="Receive"').first()).toBeVisible(); 32 | await test.expect(homePage.page.locator('text="Buy"').first()).toBeVisible(); 33 | }); at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:30:73
[chromium] › specs/ledger/ledger.spec.ts:29:7 › App with Ledger › withBitcoinKeysOnly › that homepage renders correctly: tests/specs/ledger/ledger.spec.ts#L30
1) [chromium] › specs/ledger/ledger.spec.ts:29:7 › App with Ledger › withBitcoinKeysOnly › that homepage renders correctly Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('text="Send"').first() Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('text="Send"').first() 28 | 29 | test('that homepage renders correctly', async ({ homePage }) => { > 30 | await test.expect(homePage.page.locator('text="Send"').first()).toBeVisible(); | ^ 31 | await test.expect(homePage.page.locator('text="Receive"').first()).toBeVisible(); 32 | await test.expect(homePage.page.locator('text="Buy"').first()).toBeVisible(); 33 | }); at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:30:73
[chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed: tests/specs/send/send-btc.spec.ts#L12
1) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed Test timeout of 30000ms exceeded while running "beforeEach" hook. 10 | 11 | test.describe('send btc', () => { > 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 13 | await globalPage.setupAndUseApiCalls(extensionId); 14 | await onboardingPage.signInWithTestAccount(extensionId); 15 | await homePage.selectTestnet(); at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
[chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed: tests/page-object-models/send.page.ts#L91
1) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed Error: page.waitForSelector: Target page, context or browser has been closed Call log: - waiting for locator('[data-testid="send-page-ready"]') at page-object-models/send.page.ts:91 89 | 90 | async waitForSendPageReady() { > 91 | await this.page.waitForSelector(createTestSelector(SendCryptoAssetSelectors.SendPageReady), { | ^ 92 | state: 'attached', 93 | }); 94 | } at SendPage.waitForSendPageReady (/home/runner/work/extension/extension/tests/page-object-models/send.page.ts:91:21) at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:18:20
[chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed: tests/specs/send/send-btc.spec.ts#L12
1) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 10 | 11 | test.describe('send btc', () => { > 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 13 | await globalPage.setupAndUseApiCalls(extensionId); 14 | await onboardingPage.signInWithTestAccount(extensionId); 15 | await homePage.selectTestnet(); at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
[chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed: tests/page-object-models/send.page.ts#L91
1) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForSelector: Target page, context or browser has been closed Call log: - waiting for locator('[data-testid="send-page-ready"]') at page-object-models/send.page.ts:91 89 | 90 | async waitForSendPageReady() { > 91 | await this.page.waitForSelector(createTestSelector(SendCryptoAssetSelectors.SendPageReady), { | ^ 92 | state: 'attached', 93 | }); 94 | } at SendPage.waitForSendPageReady (/home/runner/work/extension/extension/tests/page-object-models/send.page.ts:91:21) at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:18:20
[chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed: tests/specs/send/send-btc.spec.ts#L12
1) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 10 | 11 | test.describe('send btc', () => { > 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 13 | await globalPage.setupAndUseApiCalls(extensionId); 14 | await onboardingPage.signInWithTestAccount(extensionId); 15 | await homePage.selectTestnet(); at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
[chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed: tests/page-object-models/send.page.ts#L91
1) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForSelector: Target page, context or browser has been closed Call log: - waiting for locator('[data-testid="send-page-ready"]') at page-object-models/send.page.ts:91 89 | 90 | async waitForSendPageReady() { > 91 | await this.page.waitForSelector(createTestSelector(SendCryptoAssetSelectors.SendPageReady), { | ^ 92 | state: 'attached', 93 | }); 94 | } at SendPage.waitForSendPageReady (/home/runner/work/extension/extension/tests/page-object-models/send.page.ts:91:21) at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:18:20
[chromium] › specs/send/send-btc.spec.ts:33:5 › send btc › btc send form › that recipient input is trimmed correctly: tests/specs/send/send-btc.spec.ts#L12
2) [chromium] › specs/send/send-btc.spec.ts:33:5 › send btc › btc send form › that recipient input is trimmed correctly Test timeout of 30000ms exceeded while running "beforeEach" hook. 10 | 11 | test.describe('send btc', () => { > 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 13 | await globalPage.setupAndUseApiCalls(extensionId); 14 | await onboardingPage.signInWithTestAccount(extensionId); 15 | await homePage.selectTestnet(); at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
[chromium] › specs/send/send-btc.spec.ts:33:5 › send btc › btc send form › that recipient input is trimmed correctly: tests/page-object-models/send.page.ts#L91
2) [chromium] › specs/send/send-btc.spec.ts:33:5 › send btc › btc send form › that recipient input is trimmed correctly Error: page.waitForSelector: Target page, context or browser has been closed Call log: - waiting for locator('[data-testid="send-page-ready"]') at page-object-models/send.page.ts:91 89 | 90 | async waitForSendPageReady() { > 91 | await this.page.waitForSelector(createTestSelector(SendCryptoAssetSelectors.SendPageReady), { | ^ 92 | state: 'attached', 93 | }); 94 | } at SendPage.waitForSendPageReady (/home/runner/work/extension/extension/tests/page-object-models/send.page.ts:91:21) at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:18:20
[chromium] › specs/send/send-btc.spec.ts:33:5 › send btc › btc send form › that recipient input is trimmed correctly: tests/specs/send/send-btc.spec.ts#L12
2) [chromium] › specs/send/send-btc.spec.ts:33:5 › send btc › btc send form › that recipient input is trimmed correctly Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 10 | 11 | test.describe('send btc', () => { > 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 13 | await globalPage.setupAndUseApiCalls(extensionId); 14 | await onboardingPage.signInWithTestAccount(extensionId); 15 | await homePage.selectTestnet(); at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
[chromium] › specs/send/send-btc.spec.ts:33:5 › send btc › btc send form › that recipient input is trimmed correctly: tests/page-object-models/send.page.ts#L91
2) [chromium] › specs/send/send-btc.spec.ts:33:5 › send btc › btc send form › that recipient input is trimmed correctly Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForSelector: Target page, context or browser has been closed Call log: - waiting for locator('[data-testid="send-page-ready"]') at page-object-models/send.page.ts:91 89 | 90 | async waitForSendPageReady() { > 91 | await this.page.waitForSelector(createTestSelector(SendCryptoAssetSelectors.SendPageReady), { | ^ 92 | state: 'attached', 93 | }); 94 | } at SendPage.waitForSendPageReady (/home/runner/work/extension/extension/tests/page-object-models/send.page.ts:91:21) at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:18:20
Shard 2 of 10
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/
Slow Test: [chromium] › specs/message-signing/bip322-message-signing.spec.ts#L1
[chromium] › specs/message-signing/bip322-message-signing.spec.ts took 22.0s
Shard 5 of 10
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/
Slow Test: [chromium] › specs/rpc-open/open.spec.ts#L1
[chromium] › specs/rpc-open/open.spec.ts took 24.3s
Shard 10 of 10
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/
Slow Test: [chromium] › specs/transactions/transactions.spec.ts#L1
[chromium] › specs/transactions/transactions.spec.ts took 33.8s
Shard 9 of 10
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/
Slow Test: [chromium] › specs/settings/settings.spec.ts#L1
[chromium] › specs/settings/settings.spec.ts took 55.1s
Shard 7 of 10
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/
Slow Test: [chromium] › specs/send/send-inscription.spec.ts#L1
[chromium] › specs/send/send-inscription.spec.ts took 56.9s
Shard 1 of 10
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/
Slow Test: [chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 27.8s
Slow Test: [chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 18.9s
Shard 4 of 10
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/
Slow Test: [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts#L1
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts took 56.5s
Slow Test: [chromium] › specs/profile/profile.spec.ts#L1
[chromium] › specs/profile/profile.spec.ts took 30.3s
Shard 3 of 10
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/
Slow Test: [chromium] › specs/onboarding/onboarding.spec.ts#L1
[chromium] › specs/onboarding/onboarding.spec.ts took 1.1m
Slow Test: [chromium] › specs/network/add-network.spec.ts#L1
[chromium] › specs/network/add-network.spec.ts took 54.9s
Shard 8 of 10
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/
Slow Test: [chromium] › specs/send/send-stx.spec.ts#L1
[chromium] › specs/send/send-stx.spec.ts took 3.0m
Shard 6 of 10
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/
Slow Test: [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts took 48.6s
Slow Test: [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts took 20.8s
Merge reports
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-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/
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
🎭 Playwright Run Summary
2 passed (26.3s)
🎭 Playwright Run Summary
2 passed (29.1s)
🎭 Playwright Run Summary
1 skipped 3 passed (45.5s)
🎭 Playwright Run Summary
6 passed (59.4s)
🎭 Playwright Run Summary
5 passed (1.0m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/ledger/ledger.spec.ts:29:7 › App with Ledger › withBitcoinKeysOnly › that homepage renders correctly 15 passed (1.9m)
🎭 Playwright Run Summary
12 passed (1.7m)
🎭 Playwright Run Summary
14 passed (2.1m)
🎭 Playwright Run Summary
16 passed (3.0m)
🎭 Playwright Run Summary
6 failed [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed [chromium] › specs/send/send-btc.spec.ts:33:5 › send btc › btc send form › that recipient input is trimmed correctly [chromium] › specs/send/send-btc.spec.ts:45:5 › send btc › btc send form › that asset value and recipient on preview match input [chromium] › specs/send/send-btc.spec.ts:66:5 › send btc › btc send form › that fee value on preview match chosen one [chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo [chromium] › specs/send/send-btc.spec.ts:107:5 › send btc › btc send form › that fallbacks to other api provider if main fails 7 passed (10.5m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
9.98 MB