Skip to content

feat: approver pattern #5099

feat: approver pattern

feat: approver pattern #5099

Triggered via pull request April 1, 2024 15:44
Status Failure
Total duration 6m 41s
Artifacts 1

playwright.yml

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

Annotations

14 errors, 9 warnings, and 8 notices
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:122:3 › Sign PSBT › that the request to sign can be canceled: tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L35
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:122:3 › Sign PSBT › that the request to sign can be canceled 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-grow_1 leather-butt…>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 33 | await popup.waitForTimeout(1000); 34 | const btn = popup.locator(`text="${buttonToPress}"`); > 35 | await btn.click(); | ^ 36 | }; 37 | } 38 | at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:35:17 at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:123:22
[chromium] › specs/send/send-btc.spec.ts:65:5 › send btc › btc send form › that fee value on preview match chosen one: tests/specs/send/send-btc.spec.ts#L12
1) [chromium] › specs/send/send-btc.spec.ts:65:5 › send btc › btc send form › that fee value on preview match chosen one Test timeout of 30000ms exceeded while running "beforeEach" hook. 10 | 11 | test.describe('send btc', () => { > 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 13 | await globalPage.setupAndUseApiCalls(extensionId); 14 | await onboardingPage.signInWithTestAccount(extensionId); 15 | await homePage.selectTestNet(); at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
[chromium] › specs/send/send-stx.spec.ts:103:5 › send stx: tests on testnet › send form validation › that the amount field enforces max length based on decimals: tests/specs/send/send-stx.spec.ts#L19
1) [chromium] › specs/send/send-stx.spec.ts:103:5 › send stx: tests on testnet › send form validation › that the amount field enforces max length based on decimals Test timeout of 30000ms exceeded while running "beforeEach" hook. 17 | 18 | test.describe('send stx: tests on testnet', () => { > 19 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 20 | await globalPage.setupAndUseApiCalls(extensionId); 21 | await onboardingPage.signInWithTestAccount(extensionId); 22 | await homePage.selectTestNet(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:19:8
[chromium] › specs/send/send-stx.spec.ts:125:5 › send stx: tests on testnet › send form validation › that the address cannot be same as sender: tests/specs/send/send-stx.spec.ts#L19
2) [chromium] › specs/send/send-stx.spec.ts:125:5 › send stx: tests on testnet › send form validation › that the address cannot be same as sender Test timeout of 30000ms exceeded while running "beforeEach" hook. 17 | 18 | test.describe('send stx: tests on testnet', () => { > 19 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 20 | await globalPage.setupAndUseApiCalls(extensionId); 21 | await onboardingPage.signInWithTestAccount(extensionId); 22 | await homePage.selectTestNet(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:19:8
Shard 8 of 8
Error: page.waitForRequest: Target page, context or browser has been closed =========================== logs =========================== waiting for request "*/**/v2/transactions" ============================================================ Failed worker ran 1 test: [chromium] › tests/specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast at specs/swap/swap.spec.ts:38 36 | 37 | test('that the swap is broadcast', async ({ swapPage }) => { > 38 | const requestPromise = swapPage.page.waitForRequest(hiroApiPostRoute); | ^ 39 | 40 | await swapPage.page.route(hiroApiPostRoute, async route => { 41 | await route.abort(); at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:38:42
Shard 8 of 8
Error: page.waitForRequest: Target page, context or browser has been closed =========================== logs =========================== waiting for request "*/**/v2/transactions" ============================================================ Failed worker ran 1 test: [chromium] › tests/specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast at specs/swap/swap.spec.ts:38 36 | 37 | test('that the swap is broadcast', async ({ swapPage }) => { > 38 | const requestPromise = swapPage.page.waitForRequest(hiroApiPostRoute); | ^ 39 | 40 | await swapPage.page.route(hiroApiPostRoute, async route => { 41 | await route.abort(); at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:38:42
Shard 8 of 8
Error: page.waitForRequest: Target page, context or browser has been closed =========================== logs =========================== waiting for request "*/**/v2/transactions" ============================================================ Failed worker ran 1 test: [chromium] › tests/specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast at specs/swap/swap.spec.ts:38 36 | 37 | test('that the swap is broadcast', async ({ swapPage }) => { > 38 | const requestPromise = swapPage.page.waitForRequest(hiroApiPostRoute); | ^ 39 | 40 | await swapPage.page.route(hiroApiPostRoute, async route => { 41 | await route.abort(); at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:38:42
[chromium] › specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details: tests/specs/swap/swap.spec.ts#L1
1) [chromium] › specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details ─ Test timeout of 30000ms exceeded.
[chromium] › specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details: tests/specs/swap/swap.spec.ts#L1
1) [chromium] › specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details: tests/specs/swap/swap.spec.ts#L1
1) [chromium] › specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details ─ Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast: tests/specs/swap/swap.spec.ts#L1
2) [chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast ──────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast: tests/specs/swap/swap.spec.ts#L1
2) [chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast: tests/specs/swap/swap.spec.ts#L1
2) [chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast ──────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
Shard 8 of 8
Process completed with exit code 1.
Shard 1 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, 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: nick-fields/retry@v2, 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: nick-fields/retry@v2, 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: nick-fields/retry@v2, 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: nick-fields/retry@v2, 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: nick-fields/retry@v2, 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 6 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, 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: nick-fields/retry@v2, 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/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
3 skipped 6 passed (56.2s)
🎭 Playwright Run Summary
8 passed (1.1m)
🎭 Playwright Run Summary
9 passed (1.2m)
🎭 Playwright Run Summary
8 passed (1.7m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:122:3 › Sign PSBT › that the request to sign can be canceled 7 passed (1.7m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/send/send-btc.spec.ts:65:5 › send btc › btc send form › that fee value on preview match chosen one 7 passed (2.5m)
🎭 Playwright Run Summary
2 flaky [chromium] › specs/send/send-stx.spec.ts:103:5 › send stx: tests on testnet › send form validation › that the amount field enforces max length based on decimals [chromium] › specs/send/send-stx.spec.ts:125:5 › send stx: tests on testnet › send form validation › that the address cannot be same as sender 6 passed (3.0m)
🎭 Playwright Run Summary
2 failed [chromium] › specs/swap/swap.spec.ts:17:3 › Swaps › that it shows correct swap review details ── [chromium] › specs/swap/swap.spec.ts:37:3 › Swaps › that the swap is broadcast ───────────────── 6 passed (4.2m)

Artifacts

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