Skip to content

fix: disable ledger for firefox, closes #5287 #6147

fix: disable ledger for firefox, closes #5287

fix: disable ledger for firefox, closes #5287 #6147

Triggered via pull request June 28, 2024 09:20
Status Success
Total duration 12m 16s
Artifacts 1

playwright.yml

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

Annotations

9 errors, 21 warnings, and 8 notices
[chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page: tests/specs/settings/settings.spec.ts#L8
1) [chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page Test timeout of 30000ms exceeded while running "beforeEach" hook. 6 | 7 | test.describe('Settings menu', () => { > 8 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => { | ^ 9 | await globalPage.setupAndUseApiCalls(extensionId); 10 | await onboardingPage.signInWithTestAccount(extensionId); 11 | }); at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:8:8
[chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page: tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page Error: page.goto: Target page, context or browser has been closed Call log: - navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle" at page-object-models/onboarding.page.ts:313 311 | ); 312 | > 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' }); | ^ 314 | 315 | iterationCounter.increment(); 316 | } while (!(await isSignedIn())); at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23) at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:10:5
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index: tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L24
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index Test timeout of 30000ms exceeded while running "beforeEach" hook. 22 | 23 | test.describe('Sign PSBT', () => { > 24 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, page }) => { | ^ 25 | await globalPage.setupAndUseApiCalls(extensionId); 26 | await onboardingPage.signInWithTestAccount(extensionId); 27 | await page.goto('localhost:3000'); at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:24:8
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index: tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index Error: page.goto: Target page, context or browser has been closed Call log: - navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle" at page-object-models/onboarding.page.ts:313 311 | ); 312 | > 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' }); | ^ 314 | 315 | iterationCounter.increment(); 316 | } while (!(await isSignedIn())); at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23) at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:26:5
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile: tests/page-object-models/onboarding.page.ts#L301
1) [chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile Error: Unable to initialised wallet state at page-object-models/onboarding.page.ts:301 299 | 300 | do { > 301 | if (iterationCounter.getValue() > 5) throw new Error('Unable to initialised wallet state'); | ^ 302 | 303 | await this.page.evaluate( 304 | async walletState => chrome.storage.local.set({ 'persist:root': walletState }), at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:301:50) at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:15:5
[chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed: tests/specs/send/send-btc.spec.ts#L12
1) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed 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-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed: tests/page-object-models/home.page.ts#L101
1) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed Error: locator.click: Target page, context or browser has been closed at page-object-models/home.page.ts:101 99 | async selectTestnet() { 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click(); > 101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click(); | ^ 102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible(); 103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click(); 104 | } at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:101:72) at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:15:5
[chromium] › specs/send/send-stx.spec.ts:157:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted: tests/specs/send/send-stx.spec.ts#L20
2) [chromium] › specs/send/send-stx.spec.ts:157:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted Test timeout of 30000ms exceeded while running "beforeEach" hook. 18 | 19 | test.describe('send stx: tests on testnet', () => { > 20 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 21 | await globalPage.setupAndUseApiCalls(extensionId); 22 | 23 | await onboardingPage.signInWithTestAccount(extensionId); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:20:8
[chromium] › specs/send/send-stx.spec.ts:157:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted: tests/page-object-models/onboarding.page.ts#L313
2) [chromium] › specs/send/send-stx.spec.ts:157:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted Error: page.goto: Target page, context or browser has been closed Call log: - navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle" at page-object-models/onboarding.page.ts:313 311 | ); 312 | > 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' }); | ^ 314 | 315 | iterationCounter.increment(); 316 | } while (!(await isSignedIn())); at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23) at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:23:5
Shard 8 of 10
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 10
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 10 of 10
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/.
Slow Test: [chromium] › specs/transactions/transactions.spec.ts#L1
[chromium] › specs/transactions/transactions.spec.ts took 47.3s
Shard 5 of 10
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/.
Slow Test: [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts#L1
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts took 1.6m
Shard 9 of 10
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 1 of 10
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/.
Slow Test: [chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 1.3m
Slow Test: [chromium] › specs/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 49.0s
Slow Test: [chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 39.6s
Shard 6 of 10
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/.
Slow Test: [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts took 43.6s
Shard 3 of 10
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/.
Slow Test: [chromium] › specs/network/add-network.spec.ts#L1
[chromium] › specs/network/add-network.spec.ts took 2.1m
Slow Test: [chromium] › specs/message-signing/bip322-message-signing.spec.ts#L1
[chromium] › specs/message-signing/bip322-message-signing.spec.ts took 48.8s
Shard 4 of 10
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/.
Slow Test: [chromium] › specs/onboarding/onboarding.spec.ts#L1
[chromium] › specs/onboarding/onboarding.spec.ts took 1.3m
Shard 7 of 10
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/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
🎭 Playwright Run Summary
1 skipped 3 passed (58.7s)
🎭 Playwright Run Summary
10 passed (1.9m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page 4 passed (2.3m)
🎭 Playwright Run Summary
3 skipped 15 passed (2.8m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index 6 passed (3.1m)
🎭 Playwright Run Summary
9 passed (3.0m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile 8 passed (2.2m)
🎭 Playwright Run Summary
2 flaky [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed [chromium] › specs/send/send-stx.spec.ts:157:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted 20 passed (8.5m)

Artifacts

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