Skip to content

refactor: colors, closes #4831 #4605

refactor: colors, closes #4831

refactor: colors, closes #4831 #4605

Triggered via pull request February 21, 2024 01:51
Status Failure
Total duration 6m 54s
Artifacts 1

playwright.yml

on: pull_request
Matrix: test
Merge reports
2m 8s
Merge reports
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 9 warnings, and 7 notices
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › Transaction signing › Single signature STX transfer being rejected: tests/utils.ts#L42
1) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › 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/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX: tests/specs/fund/fund.spec.ts#L6
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX Test timeout of 30000ms exceeded while running "beforeEach" hook. 4 | 5 | test.describe('Buy tokens test', () => { > 6 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, homePage }) => { | ^ 7 | await globalPage.setupAndUseApiCalls(extensionId); 8 | await onboardingPage.signInWithTestAccount(extensionId); 9 | await homePage.goToFundChooseCurrencyPage(); at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:6:8
[chromium] › specs/send/send-btc.spec.ts:64:5 › 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:5 › 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/profile/profile.spec.ts:42:3 › Profile updating › should send a signed profile token to gaia: tests/specs/profile/profile.spec.ts#L11
1) [chromium] › specs/profile/profile.spec.ts:42:3 › Profile updating › should send a signed profile token to gaia Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 9 | let testAppPage: TestAppPage; 10 | > 11 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => { | ^ 12 | await globalPage.setupAndUseApiCalls(extensionId); 13 | await onboardingPage.signInWithTestAccount(extensionId); 14 | testAppPage = await TestAppPage.openDemoPage(context); at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:11:8
[chromium] › specs/profile/profile.spec.ts:23:3 › Profile updating › should show profile details: tests/specs/profile/profile.spec.ts#L11
2) [chromium] › specs/profile/profile.spec.ts:23:3 › Profile updating › should show profile details Test timeout of 30000ms exceeded while running "beforeEach" hook. 9 | let testAppPage: TestAppPage; 10 | > 11 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => { | ^ 12 | await globalPage.setupAndUseApiCalls(extensionId); 13 | await onboardingPage.signInWithTestAccount(extensionId); 14 | testAppPage = await TestAppPage.openDemoPage(context); at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:11:8
[chromium] › specs/profile/profile.spec.ts:23:3 › Profile updating › should show profile details: tests/specs/profile/profile.spec.ts#L11
2) [chromium] › specs/profile/profile.spec.ts:23:3 › Profile updating › should show profile details Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 9 | let testAppPage: TestAppPage; 10 | > 11 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => { | ^ 12 | await globalPage.setupAndUseApiCalls(extensionId); 13 | await onboardingPage.signInWithTestAccount(extensionId); 14 | testAppPage = await TestAppPage.openDemoPage(context); at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:11:8
Shard 3 of 8
Process completed with exit code 1.
Shard 6 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Shard 7 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Shard 4 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Shard 8 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Shard 1 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Shard 2 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Shard 5 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Shard 3 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Merge reports
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/download-artifact@v3, peaceiris/actions-gh-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
7 passed (59.6s)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › Transaction signing › Single signature STX transfer being rejected 5 passed (1.2m)
🎭 Playwright Run Summary
7 passed (1.2m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX 3 skipped 4 passed (1.1m)
🎭 Playwright Run Summary
8 passed (1.2m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/send/send-btc.spec.ts:64:5 › send btc › btc send form › that fee value on preview match chosen one 15 passed (1.6m)
🎭 Playwright Run Summary
1 failed [chromium] › specs/profile/profile.spec.ts:42:3 › Profile updating › should send a signed profile token to gaia 1 flaky [chromium] › specs/profile/profile.spec.ts:23:3 › Profile updating › should show profile details 8 passed (3.1m)

Artifacts

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