fix: serialize sip10 form memo before displaying it #3986
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
playwright.yml
on: pull_request
Matrix: test
Merge reports
4m 26s
Annotations
11 errors and 7 notices
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:9 › Message signing › BIP-322 message signing › Signature rejected:
tests/specs/message-signing/bip322-message-signing.spec.ts#L17
1) [chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:9 › Message signing › BIP-322 message signing › Signature rejected
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text="Cancel"')
- locator resolved to <button type="button" class="leather-w_50% leather-butto…>Cancel</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
15 | const popup = await context.waitForEvent('page');
16 | const btn = popup.locator(`text="${buttonToPress}"`);
> 17 | await btn.click();
| ^
18 | };
19 | }
20 |
at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:17:19
at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:54:24
|
[chromium] › specs/send/send-btc.spec.ts:64:9 › send btc › btc send form › that fee value on preview match chosen one:
tests/specs/send/send-btc.spec.ts#L11
1) [chromium] › specs/send/send-btc.spec.ts:64:9 › send btc › btc send form › that fee value on preview match chosen one
Test timeout of 30000ms exceeded while running "beforeEach" hook.
9 |
10 | test.describe('send btc', () => {
> 11 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
12 | await globalPage.setupAndUseApiCalls(extensionId);
13 | await onboardingPage.signInWithTestAccount(extensionId);
14 | await homePage.enableTestMode();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:11:8
|
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:7 › 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:7 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer
Test timeout of 30000ms exceeded.
|
[chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details:
tests/specs/profile/profile.spec.ts#L25
1) [chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
23 | }
24 |
> 25 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
26 | await globalPage.setupAndUseApiCalls(extensionId);
27 | await onboardingPage.signInWithTestAccount(extensionId);
28 | testAppPage = await TestAppPage.openDemoPage(context);
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:25:8
|
[chromium] › specs/profile/profile.spec.ts:46:7 › Profile updating › should show an error for invalid profile:
tests/specs/profile/profile.spec.ts#L25
2) [chromium] › specs/profile/profile.spec.ts:46:7 › Profile updating › should show an error for invalid profile
Test timeout of 30000ms exceeded while running "beforeEach" hook.
23 | }
24 |
> 25 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
26 | await globalPage.setupAndUseApiCalls(extensionId);
27 | await onboardingPage.signInWithTestAccount(extensionId);
28 | testAppPage = await TestAppPage.openDemoPage(context);
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:25:8
|
Shard 8 of 8
Error: page.waitForRequest: Target page, context or browser has been closed
=========================== logs ===========================
waiting for request "https://*.alexlab.co/v1/graphql"
============================================================
Failed worker ran 2 tests:
[chromium] › tests/specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details
[chromium] › tests/specs/swap/swap.spec.ts:39:7 › Swaps › that the swap is broadcast
at specs/swap/swap.spec.ts:40
38 |
39 | test('that the swap is broadcast', async ({ swapPage }) => {
> 40 | const requestPromise = swapPage.page.waitForRequest(alexSdkPostRoute);
| ^
41 |
42 | await swapPage.page.route(alexSdkPostRoute, async route => {
43 | await route.abort();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:40:42
|
[chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details:
tests/specs/swap/swap.spec.ts#L1
1) [chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details ─
Test timeout of 30000ms exceeded.
|
[chromium] › specs/swap/swap.spec.ts:39:7 › Swaps › that the swap is broadcast:
tests/specs/swap/swap.spec.ts#L1
2) [chromium] › specs/swap/swap.spec.ts:39:7 › Swaps › that the swap is broadcast ────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/transactions/transactions.spec.ts:31:9 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call:
tests/specs/transactions/transactions.spec.ts#L1
3) [chromium] › specs/transactions/transactions.spec.ts:31:9 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Test timeout of 30000ms exceeded.
|
Shard 8 of 8
Process completed with exit code 1.
|
Merge reports
Action failed with "The process '/usr/bin/git' failed with exit code 1"
|
🎭 Playwright Run Summary
3 skipped
5 passed (35.8s)
|
🎭 Playwright Run Summary
7 passed (58.0s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:9 › Message signing › BIP-322 message signing › Signature rejected
7 passed (1.5m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/send/send-btc.spec.ts:64:9 › send btc › btc send form › that fee value on preview match chosen one
14 passed (1.4m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:7 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer
6 passed (1.7m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details
[chromium] › specs/profile/profile.spec.ts:46:7 › Profile updating › should show an error for invalid profile
7 passed (2.8m)
|
🎭 Playwright Run Summary
3 flaky
[chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details ──
[chromium] › specs/swap/swap.spec.ts:39:7 › Swaps › that the swap is broadcast ─────────────────
[chromium] › specs/transactions/transactions.spec.ts:31:9 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
4 passed (3.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
63.7 MB |
|