Merge external contributions #4281
playwright.yml
on: pull_request
Matrix: test
Merge reports
2m 40s
Annotations
7 errors and 7 notices
[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
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/send/send-stx.spec.ts:190:11 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name:
tests/specs/send/send-stx.spec.ts#L1
1) [chromium] › specs/send/send-stx.spec.ts:190:11 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name
Test timeout of 30000ms exceeded.
|
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:7 › Transaction signing › Single signature STX transfer being rejected:
tests/utils.ts#L42
1) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:7 › Transaction signing › Single signature STX transfer being rejected
Error: Error estimating transaction fee. Response 429: Too Many Requests. Attempted to fetch https://stacks-node-api.mainnet.stacks.co/v2/fees/transaction and failed with the message: "[object Object]"
at utils.ts:42
40 | network,
41 | };
> 42 | return bytesToHex((await makeUnsignedSTXTokenTransfer(options)).serialize());
| ^
43 | }
44 |
45 | export async function generateMultisigUnsignedStxTransfer(
at estimateTransaction (/home/runner/work/extension/extension/node_modules/@stacks/transactions/src/builders.ts:218:11)
at estimateTransactionFeeWithFallback (/home/runner/work/extension/extension/node_modules/@stacks/transactions/src/builders.ts:1600:13)
at makeUnsignedSTXTokenTransfer (/home/runner/work/extension/extension/node_modules/@stacks/transactions/src/builders.ts:622:17)
at generateUnsignedStxTransfer (/home/runner/work/extension/extension/tests/utils.ts:42:22)
at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:109:34
|
[chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed:
tests/specs/send/send-btc.spec.ts#L11
1) [chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed
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/send/send-btc.spec.ts:31:9 › send btc › btc send form › that recipient input is trimmed correctly:
tests/specs/send/send-btc.spec.ts#L11
2) [chromium] › specs/send/send-btc.spec.ts:31:9 › send btc › btc send form › that recipient input is trimmed correctly
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/send/send-btc.spec.ts:43:9 › send btc › btc send form › that asset value and recipient on preview match input:
tests/specs/send/send-btc.spec.ts#L11
3) [chromium] › specs/send/send-btc.spec.ts:43:9 › send btc › btc send form › that asset value and recipient on preview match input
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/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
4) [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
|
🎭 Playwright Run Summary
3 skipped
5 passed (37.7s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details
9 passed (2.3m)
|
🎭 Playwright Run Summary
8 passed (1.2m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/send/send-stx.spec.ts:190:11 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name
6 passed (1.7m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:7 › Transaction signing › Single signature STX transfer being rejected
5 passed (1.3m)
|
🎭 Playwright Run Summary
7 passed (1.3m)
|
🎭 Playwright Run Summary
4 flaky
[chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed
[chromium] › specs/send/send-btc.spec.ts:31:9 › send btc › btc send form › that recipient input is trimmed correctly
[chromium] › specs/send/send-btc.spec.ts:43:9 › send btc › btc send form › that asset value and recipient on preview match input
[chromium] › specs/send/send-btc.spec.ts:64:9 › send btc › btc send form › that fee value on preview match chosen one
12 passed (3.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
67.6 MB |
|