Skip to content

fix rendering the correct src20 image, closes LEA-1993 #7412

fix rendering the correct src20 image, closes LEA-1993

fix rendering the correct src20 image, closes LEA-1993 #7412

Triggered via pull request January 16, 2025 20:07
Status Failure
Total duration 7m 53s
Artifacts 1

playwright.yml

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

Annotations

11 errors, 32 warnings, and 10 notices
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise resolves with addresses successfully: tests/specs/rpc-get-addresses/get-addresses.spec.ts#L1
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise resolves with addresses successfully Test timeout of 30000ms exceeded.
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise resolves with addresses successfully: tests/specs/rpc-get-addresses/get-addresses.spec.ts#L104
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise resolves with addresses successfully Error: page.goto: Target page, context or browser has been closed Call log: - navigating to "localhost:3000", waiting until "load" 102 | 103 | test('the promise resolves with addresses successfully', async ({ page, context }) => { > 104 | await page.goto('localhost:3000'); | ^ 105 | const getAddressesPromise = initiateGetAddresses(page); 106 | 107 | const popup = await interceptRequestPopup(context); at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:104:20
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise resolves with addresses successfully: tests/specs/rpc-get-addresses/get-addresses.spec.ts#L71
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise resolves with addresses successfully Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('get-addresses-approve-button') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('get-addresses-approve-button') 69 | async function clickConnectLeatherButton(popup: Page) { 70 | const button = popup.getByTestId('get-addresses-approve-button'); > 71 | await test.expect(button).toBeVisible(); | ^ 72 | await button.click(); 73 | } 74 | at clickConnectLeatherButton (/home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:71:29) at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:108:15
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise resolves with addresses successfully: tests/specs/rpc-get-addresses/get-addresses.spec.ts#L66
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise resolves with addresses successfully Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluate: Target page, context or browser has been closed 64 | 65 | async function initiateGetAddresses(page: Page) { > 66 | return page.evaluate(async () => (window as any).LeatherProvider?.request('getAddresses')); | ^ 67 | } 68 | 69 | async function clickConnectLeatherButton(popup: Page) { at initiateGetAddresses (/home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:66:15) at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:105:37
[chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly: tests/specs/swap/swap.spec.ts#L1
1) [chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly Test timeout of 30000ms exceeded.
[chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly: tests/specs/swap/swap.spec.ts#L24
1) [chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly Error: locator.innerText: Target page, context or browser has been closed Call log: - waiting for getByTestId('swap-details-protocol') 22 | await swapPage.swapReviewBtn.click({ delay: 2000 }); 23 | > 24 | const swapProtocol = await swapPage.swapDetailsProtocol.innerText(); | ^ 25 | test.expect(swapProtocol).toContain('Bitflow'); 26 | 27 | const swapAssets = await swapPage.swapDetailsSymbol.all(); at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:24:61
[chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly: tests/specs/swap/swap.spec.ts#L1
1) [chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly: tests/specs/swap/swap.spec.ts#L24
1) [chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.innerText: Target page, context or browser has been closed Call log: - waiting for getByTestId('swap-details-protocol') 22 | await swapPage.swapReviewBtn.click({ delay: 2000 }); 23 | > 24 | const swapProtocol = await swapPage.swapDetailsProtocol.innerText(); | ^ 25 | test.expect(swapProtocol).toContain('Bitflow'); 26 | 27 | const swapAssets = await swapPage.swapDetailsSymbol.all(); at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:24:61
[chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly: tests/specs/swap/swap.spec.ts#L1
1) [chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly: tests/specs/swap/swap.spec.ts#L24
1) [chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.innerText: Target page, context or browser has been closed Call log: - waiting for getByTestId('swap-details-protocol') 22 | await swapPage.swapReviewBtn.click({ delay: 2000 }); 23 | > 24 | const swapProtocol = await swapPage.swapDetailsProtocol.innerText(); | ^ 25 | test.expect(swapProtocol).toContain('Bitflow'); 26 | 27 | const swapAssets = await swapPage.swapDetailsSymbol.all(); at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:24:61
Shard 10 of 10
Process completed with exit code 1.
Shard 5 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [chromium] › specs/rpc-open/open.spec.ts#L1
[chromium] › specs/rpc-open/open.spec.ts took 38.6s
Shard 7 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [chromium] › specs/send/send-inscription.spec.ts#L1
[chromium] › specs/send/send-inscription.spec.ts took 1.4m
Shard 9 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [chromium] › specs/settings/settings.spec.ts#L1
[chromium] › specs/settings/settings.spec.ts took 1.6m
Shard 2 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [chromium] › specs/manage-tokens/manage-tokens.spec.ts#L1
[chromium] › specs/manage-tokens/manage-tokens.spec.ts took 37.2s
Slow Test: [chromium] › specs/manage-transaction/manage-transaction.spec.ts#L1
[chromium] › specs/manage-transaction/manage-transaction.spec.ts took 35.2s
Slow Test: [chromium] › specs/message-signing/bip322-message-signing.spec.ts#L1
[chromium] › specs/message-signing/bip322-message-signing.spec.ts took 34.8s
Shard 1 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [chromium] › specs/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 51.1s
Slow Test: [chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 50.8s
Slow Test: [chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 33.2s
Slow Test: [chromium] › specs/bns-names/bns-names.spec.ts#L1
[chromium] › specs/bns-names/bns-names.spec.ts took 16.1s
Shard 4 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [chromium] › specs/profile/profile.spec.ts#L1
[chromium] › specs/profile/profile.spec.ts took 46.1s
Shard 10 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [chromium] › specs/transactions/transactions.spec.ts#L1
[chromium] › specs/transactions/transactions.spec.ts took 47.2s
Shard 3 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [chromium] › specs/network/add-network.spec.ts#L1
[chromium] › specs/network/add-network.spec.ts took 2.5m
Slow Test: [chromium] › specs/onboarding/onboarding.spec.ts#L1
[chromium] › specs/onboarding/onboarding.spec.ts took 1.1m
Shard 6 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [chromium] › specs/send/send-btc.spec.ts#L1
[chromium] › specs/send/send-btc.spec.ts took 1.7m
Slow Test: [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts took 1.4m
Slow Test: [chromium] › specs/rpc-send-transfer/rpc-send-transfer.spec.ts#L1
[chromium] › specs/rpc-send-transfer/rpc-send-transfer.spec.ts took 37.8s
Slow Test: [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts took 35.1s
Shard 8 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [chromium] › specs/send/send-stx.spec.ts#L1
[chromium] › specs/send/send-stx.spec.ts took 4.5m
Slow Test: [chromium] › specs/send/send-sip10.spec.ts#L1
[chromium] › specs/send/send-sip10.spec.ts took 18.0s
Merge reports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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 (43.6s)
🎭 Playwright Run Summary
5 passed (1.5m)
🎭 Playwright Run Summary
6 passed (1.7m)
🎭 Playwright Run Summary
6 passed (1.9m)
🎭 Playwright Run Summary
17 passed (2.6m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise resolves with addresses successfully 12 passed (3.5m)
🎭 Playwright Run Summary
1 failed [chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly 6 passed (3.7m)
🎭 Playwright Run Summary
16 passed (3.7m)
🎭 Playwright Run Summary
15 passed (4.4m)
🎭 Playwright Run Summary
17 passed (4.9m)

Artifacts

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