Skip to content

Feat/add ignore inscriptions UI #7336

Feat/add ignore inscriptions UI

Feat/add ignore inscriptions UI #7336

Triggered via pull request December 23, 2024 11:32
Status Failure
Total duration 4m 54s
Artifacts 1

playwright.yml

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

Annotations

17 errors, 26 warnings, and 10 notices
[chromium] › specs/settings/settings.spec.ts:77:3 › Settings menu › that menu item can toggle privacy: tests/specs/settings/settings.spec.ts#L96
1) [chromium] › specs/settings/settings.spec.ts:77:3 › Settings menu › that menu item can toggle privacy Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: getByTestId('account-card-balance-text') Expected string: "$22.07" Received string: "$23.33" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByTestId('account-card-balance-text') - locator resolved to <h1 data-testid="account-card-balance-text" class="leather-textStyle_heading.02 [&[data-state=loading]]:leather-d_inline-block [&[data-state=loading]]:leather--webkit-mask_linear-gradient(-60deg,_#000_30%,_#0005,_#000_70%)_right/300%_100% [&[data-state=loading]]:leather-bg-r_no-repeat [&[data-state=loading]]:leather-anim_shimmer_1.5s_infinite [&[data-state=loading]]:leather-c_ink.text-subdued">…</h1> - unexpected value "$23.33" - locator resolved to <h1 data-testid="account-card-balance-text" class="leather-textStyle_heading.02 [&[data-state=loading]]:leather-d_inline-block [&[data-state=loading]]:leather--webkit-mask_linear-gradient(-60deg,_#000_30%,_#0005,_#000_70%)_right/300%_100% [&[data-state=loading]]:leather-bg-r_no-repeat [&[data-state=loading]]:leather-anim_shimmer_1.5s_infinite [&[data-state=loading]]:leather-c_ink.text-subdued">…</h1> - unexpected value "$23.33" - locator resolved to <h1 data-testid="account-card-balance-text" class="leather-textStyle_heading.02 [&[data-state=loading]]:leather-d_inline-block [&[data-state=loading]]:leather--webkit-mask_linear-gradient(-60deg,_#000_30%,_#0005,_#000_70%)_right/300%_100% [&[data-state=loading]]:leather-bg-r_no-repeat [&[data-state=loading]]:leather-anim_shimmer_1.5s_infinite [&[data-state=loading]]:leather-c_ink.text-subdued">…</h1> - unexpected value "$23.33" - locator resolved to <h1 data-testid="account-card-balance-text" class="leather-textStyle_heading.02 [&[data-state=loading]]:leather-d_inline-block [&[data-state=loading]]:leather--webkit-mask_linear-gradient(-60deg,_#000_30%,_#0005,_#000_70%)_right/300%_100% [&[data-state=loading]]:leather-bg-r_no-repeat [&[data-state=loading]]:leather-anim_shimmer_1.5s_infinite [&[data-state=loading]]:leather-c_ink.text-subdued">…</h1> - unexpected value "$23.33" - locator resolved to <h1 data-testid="account-card-balance-text" class="leather-textStyle_heading.02 [&[data-state=loading]]:leather-d_inline-block [&[data-state=loading]]:leather--webkit-mask_linear-gradient(-60deg,_#000_30%,_#0005,_#000_70%)_right/300%_100% [&[data-state=loading]]:leather-bg-r_no-repeat [&[data-state=loading]]:leather-anim_shimmer_1.5s_infinite [&[data-state=loading]]:leather-c_ink.text-subdued">…</h1> - unexpected value "$23.33" - locator resolved to <h1 data-testid="account-card-balance-text" class="leather-textStyle_heading.02 [&[data-state=loading]]:leather-d_inline-block [&[data-state=loading]]:leather--webkit-mask_linear-gradient(-60deg,_#000_30%,_#0005,_#000_70%)_right/300%_100% [&[data-state=loading]]:leather-bg-r_no-repeat [&[data-state=loading]]:leather-anim_shimmer_1.5s_infinite [&[data-state=loading]]:leather-c_ink.text-subdued">…</h1> - unexpected value "$23.33" - locator resolved to <h1 data-testid="account-card-balance-text" class="leather-textStyle_heading.02 [&[data-state=loading]]:leather-d_inline-block [&[data-state=loading]]:leather--webkit-mask_linear-gradient(-60deg,_#000_30%,_#0005,_#000_70%)_right/300%_100% [&[data-state=loading]]:leather-bg-r_no-repeat [&[data-state=loading]]:leather-anim_shimmer_1.5s_infinite [&[data-state=loading]]:leather-c_ink.text-subdued">…</h1> - unexpected value "$23.33" - locator resolved to <h1 data-testid="account-card-balance-text" class="leather-textStyle_heading.02 [&[data-state=loading]]:leather-d_inline-block [&[data-state=loading]]:leather--webkit-mask_linear-gradient(-60deg,_#000_30%,_#0005,_#000_70%)_right/300%_100% [&[data-state=loading]]:leather-bg-r_no-repeat [&[data-state=loading]]:leather-anim_shimmer_1.5s_infinite [&[data-st
[chromium] › specs/onboarding/onboarding.spec.ts:14:3 › Onboarding an existing user › going through the onboarding flow to sign in: tests/specs/onboarding/onboarding.spec.ts#L35
1) [chromium] › specs/onboarding/onboarding.spec.ts:14:3 › Onboarding an existing user › going through the onboarding flow to sign in Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 @@ -34,10 +34,11 @@ "entities": Object {}, "ids": Array [], }, "ordinals": Object {}, "settings": Object { + "discardedInscriptions": Array [], "dismissedMessages": Array [], "userSelectedTheme": "system", }, "softwareKeys": Object { "entities": Object { 33 | delete (testSoftwareAccountDefaultWalletState as any).softwareKeys.entities.default.salt; 34 | > 35 | test.expect(walletState).toEqual(testSoftwareAccountDefaultWalletState); | ^ 36 | }); 37 | 38 | test('mnemonic key validation: should show error for invalid mnemonic key words', async ({ at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:35:30
[chromium] › specs/onboarding/onboarding.spec.ts:14:3 › Onboarding an existing user › going through the onboarding flow to sign in: tests/specs/onboarding/onboarding.spec.ts#L35
1) [chromium] › specs/onboarding/onboarding.spec.ts:14:3 › Onboarding an existing user › going through the onboarding flow to sign in Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 @@ -34,10 +34,11 @@ "entities": Object {}, "ids": Array [], }, "ordinals": Object {}, "settings": Object { + "discardedInscriptions": Array [], "dismissedMessages": Array [], "userSelectedTheme": "system", }, "softwareKeys": Object { "entities": Object { 33 | delete (testSoftwareAccountDefaultWalletState as any).softwareKeys.entities.default.salt; 34 | > 35 | test.expect(walletState).toEqual(testSoftwareAccountDefaultWalletState); | ^ 36 | }); 37 | 38 | test('mnemonic key validation: should show error for invalid mnemonic key words', async ({ at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:35:30
[chromium] › specs/onboarding/onboarding.spec.ts:14:3 › Onboarding an existing user › going through the onboarding flow to sign in: tests/specs/onboarding/onboarding.spec.ts#L35
1) [chromium] › specs/onboarding/onboarding.spec.ts:14:3 › Onboarding an existing user › going through the onboarding flow to sign in Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 @@ -34,10 +34,11 @@ "entities": Object {}, "ids": Array [], }, "ordinals": Object {}, "settings": Object { + "discardedInscriptions": Array [], "dismissedMessages": Array [], "userSelectedTheme": "system", }, "softwareKeys": Object { "entities": Object { 33 | delete (testSoftwareAccountDefaultWalletState as any).softwareKeys.entities.default.salt; 34 | > 35 | test.expect(walletState).toEqual(testSoftwareAccountDefaultWalletState); | ^ 36 | }); 37 | 38 | test('mnemonic key validation: should show error for invalid mnemonic key words', async ({ at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:35:30
Shard 4 of 10
Process completed with exit code 1.
[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 › ledgerWithStacksKeysOnly › the promise resolves with addresses successfully: tests/specs/rpc-get-addresses/get-addresses.spec.ts#L1
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithStacksKeysOnly › the promise resolves with addresses successfully Test timeout of 30000ms exceeded.
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithStacksKeysOnly › the promise resolves with addresses successfully: tests/specs/rpc-get-addresses/get-addresses.spec.ts#L104
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithStacksKeysOnly › 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:117:7 › Rpc: GetAddresses › ledgerWithStacksKeysOnly › the promise rejects when user closes popup window: tests/specs/rpc-get-addresses/get-addresses.spec.ts#L1
3) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithStacksKeysOnly › the promise rejects when user closes popup window Test timeout of 30000ms exceeded.
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithStacksKeysOnly › the promise rejects when user closes popup window: tests/specs/rpc-get-addresses/get-addresses.spec.ts#L118
3) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithStacksKeysOnly › the promise rejects when user closes popup window Error: page.goto: Target page, context or browser has been closed Call log: - navigating to "localhost:3000", waiting until "load" 116 | 117 | test('the promise rejects when user closes popup window', async ({ page, context }) => { > 118 | await page.goto('localhost:3000'); | ^ 119 | const getAddressesPromise = initiateGetAddresses(page); 120 | const popup = await interceptRequestPopup(context); 121 | await popup.close(); at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:118:20
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer: tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
1) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer Test timeout of 30000ms exceeded.
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer: tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts#L38
1) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer Error: page.evaluate: Target page, context or browser has been closed 36 | function initiateTxSigning(page: Page) { 37 | return async (txHex: string) => > 38 | page.evaluate( | ^ 39 | async txHex => 40 | (window as any).LeatherProvider.request('stx_signTransaction', { 41 | txHex, at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:38:12 at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:63:30
[chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests: tests/specs/ledger/ledger.spec.ts#L55
1) [chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests Error: expect(received).rejects.toThrowError() Received promise resolved instead of rejected Resolved to value: {"_guid": "request@d7f36c76e34bd46f9a4cab7d7da26ac4", "_type": "Request"} Call Log: - Test timeout of 30000ms exceeded 53 | await test 54 | .expect(async () => await test.expect(requestPromise).rejects.toThrowError()) > 55 | .toPass() | ^ 56 | .catch(); 57 | }); 58 | } at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:55:14
[chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests: tests/specs/ledger/ledger.spec.ts#L55
1) [chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).rejects.toThrowError() Received promise resolved instead of rejected Resolved to value: {"_guid": "request@ed47b32d7877d862c9fcf750bb300b20", "_type": "Request"} Call Log: - Test timeout of 30000ms exceeded 53 | await test 54 | .expect(async () => await test.expect(requestPromise).rejects.toThrowError()) > 55 | .toPass() | ^ 56 | .catch(); 57 | }); 58 | } at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:55:14
[chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests: tests/specs/ledger/ledger.spec.ts#L55
1) [chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).rejects.toThrowError() Received promise resolved instead of rejected Resolved to value: {"_guid": "request@8fc14fad24eec47590147f5549067248", "_type": "Request"} Call Log: - Test timeout of 30000ms exceeded 53 | await test 54 | .expect(async () => await test.expect(requestPromise).rejects.toThrowError()) > 55 | .toPass() | ^ 56 | .catch(); 57 | }); 58 | } at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:55:14
Shard 1 of 10
Process completed with exit code 1.
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 18.9s
Slow Test: [chromium] › specs/manage-transaction/manage-transaction.spec.ts#L1
[chromium] › specs/manage-transaction/manage-transaction.spec.ts took 18.0s
Slow Test: [chromium] › specs/message-signing/bip322-message-signing.spec.ts#L1
[chromium] › specs/message-signing/bip322-message-signing.spec.ts took 17.3s
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
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 49.1s
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 1.2m
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/swap/swap.spec.ts#L1
[chromium] › specs/swap/swap.spec.ts took 1.1m
Slow Test: [chromium] › specs/transactions/transactions.spec.ts#L1
[chromium] › specs/transactions/transactions.spec.ts took 29.5s
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 28.0s
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 2.4m
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
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 57.6s
Slow Test: [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts took 42.3s
Slow Test: [chromium] › specs/rpc-open/open.spec.ts#L1
[chromium] › specs/rpc-open/open.spec.ts took 21.0s
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/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 26.5s
Slow Test: [chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 17.3s
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
6 passed (59.3s)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/settings/settings.spec.ts:77:3 › Settings menu › that menu item can toggle privacy 5 passed (1.1m)
🎭 Playwright Run Summary
5 passed (54.1s)
🎭 Playwright Run Summary
9 passed (1.3m)
🎭 Playwright Run Summary
7 passed (1.8m)
🎭 Playwright Run Summary
1 failed [chromium] › specs/onboarding/onboarding.spec.ts:14:3 › Onboarding an existing user › going through the onboarding flow to sign in 9 passed (2.3m)
🎭 Playwright Run Summary
17 passed (2.6m)
🎭 Playwright Run Summary
3 flaky [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise resolves with addresses successfully [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithStacksKeysOnly › the promise resolves with addresses successfully [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithStacksKeysOnly › the promise rejects when user closes popup window 7 passed (2.9m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer 14 passed (2.9m)
🎭 Playwright Run Summary
1 failed [chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests 16 passed (3.2m)

Artifacts

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