Skip to content

feat: add Leather to WBIP004 array #6215

feat: add Leather to WBIP004 array

feat: add Leather to WBIP004 array #6215

Triggered via pull request July 8, 2024 08:04
Status Success
Total duration 10m 56s
Artifacts 1

playwright.yml

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

Annotations

10 errors, 20 warnings, and 8 notices
[chromium] › specs/transactions/transactions.spec.ts:46:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount: tests/specs/transactions/transactions.spec.ts#L13
1) [chromium] › specs/transactions/transactions.spec.ts:46:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount Test timeout of 30000ms exceeded while running "beforeEach" hook. 11 | let testAppPage: TestAppPage; 12 | > 13 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => { | ^ 14 | await globalPage.setupAndUseApiCalls(extensionId); 15 | await onboardingPage.signInWithTestAccount(extensionId); 16 | testAppPage = await TestAppPage.openDemoPage(context); at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:13:8
[chromium] › specs/transactions/transactions.spec.ts:46:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount: tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/transactions/transactions.spec.ts:46:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount 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/transactions/transactions.spec.ts:15:5
[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-get-addresses/get-addresses.spec.ts:97:7 › Rpc: GetAddresses › softwareWallet › the promise resolves with addresses successfully: tests/specs/rpc-get-addresses/get-addresses.spec.ts#L1
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:97:7 › Rpc: GetAddresses › softwareWallet › the promise resolves with addresses successfully Test timeout of 30000ms exceeded.
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:97:7 › Rpc: GetAddresses › softwareWallet › the promise resolves with addresses successfully: tests/specs/rpc-get-addresses/get-addresses.spec.ts#L98
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:97:7 › Rpc: GetAddresses › softwareWallet › the promise resolves with addresses successfully Error: page.goto: Target page, context or browser has been closed Call log: - navigating to "localhost:3000", waiting until "load" 96 | 97 | test('the promise resolves with addresses successfully', async ({ page, context }) => { > 98 | await page.goto('localhost:3000'); | ^ 99 | const getAddressesPromise = initiateGetAddresses(page); 100 | 101 | const popup = await interceptRequestPopup(context); at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:98:20
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in: tests/specs/onboarding/onboarding.spec.ts#L1
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in Test timeout of 30000ms exceeded while setting up "context".
[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
2) [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/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#L1
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.
[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#L62
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.evaluate: Target page, context or browser has been closed 60 | function initiatePsbtSigning(page: Page) { 61 | return async (params: SignPsbtRequestParams & { broadcast?: boolean }) => > 62 | page.evaluate( | ^ 63 | async params => 64 | (window as any).LeatherProvider.request('signPsbt', { 65 | ...params, at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:62:12 at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:76:32
Shard 2 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Shard 8 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Shard 10 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Shard 9 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Shard 5 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Shard 1 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 45.5s
Slow Test: [chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 40.6s
Shard 4 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Shard 3 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: [chromium] › specs/network/add-network.spec.ts#L1
[chromium] › specs/network/add-network.spec.ts took 2.3m
Slow Test: [chromium] › specs/message-signing/bip322-message-signing.spec.ts#L1
[chromium] › specs/message-signing/bip322-message-signing.spec.ts took 51.9s
Shard 6 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts took 41.9s
Shard 7 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: [chromium] › specs/send/send-stx.spec.ts#L1
[chromium] › specs/send/send-stx.spec.ts took 6.0m
Slow Test: [chromium] › specs/send/send-btc.spec.ts#L1
[chromium] › specs/send/send-btc.spec.ts took 2.3m
Merge reports
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 flaky [chromium] › specs/transactions/transactions.spec.ts:46:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount 1 skipped 2 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
1 flaky [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:97:7 › Rpc: GetAddresses › softwareWallet › the promise resolves with addresses successfully 9 passed (2.4m)
🎭 Playwright Run Summary
3 skipped 16 passed (2.8m)
🎭 Playwright Run Summary
2 flaky [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in [chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile 7 passed (2.8m)
🎭 Playwright Run Summary
9 passed (3.2m)
🎭 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.5m)
🎭 Playwright Run Summary
22 passed (8.3m)

Artifacts

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