Skip to content

fix: fix routing issues with send flow #5094

fix: fix routing issues with send flow

fix: fix routing issues with send flow #5094

Triggered via pull request March 29, 2024 12:31
Status Success
Total duration 5m 41s
Artifacts 1

playwright.yml

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

Annotations

6 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/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount: tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-stx.spec.ts:111:5 › send stx: tests on testnet › send form validation › that the amount is greater than the available balance: tests/specs/send/send-stx.spec.ts#L19
1) [chromium] › specs/send/send-stx.spec.ts:111:5 › send stx: tests on testnet › send form validation › that the amount is greater than the available balance 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:133:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted: tests/specs/send/send-stx.spec.ts#L19
2) [chromium] › specs/send/send-stx.spec.ts:133:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted 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-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:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value: tests/specs/send/send-stx.spec.ts#L19
2) [chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value 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 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 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 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 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 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/.
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 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/.
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 (52.3s)
🎭 Playwright Run Summary
9 passed (1.2m)
🎭 Playwright Run Summary
8 passed (1.2m)
🎭 Playwright Run Summary
8 passed (1.6m)
🎭 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/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount 7 passed (2.2m)
🎭 Playwright Run Summary
2 flaky [chromium] › specs/send/send-stx.spec.ts:111:5 › send stx: tests on testnet › send form validation › that the amount is greater than the available balance [chromium] › specs/send/send-stx.spec.ts:133:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted 6 passed (3.0m)
🎭 Playwright Run Summary
2 flaky [chromium] › specs/send/send-btc.spec.ts:65:5 › send btc › btc send form › that fee value on preview match chosen one [chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value 6 passed (3.1m)

Artifacts

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