Skip to content

refactor: remove unneeded logger errors #5441

refactor: remove unneeded logger errors

refactor: remove unneeded logger errors #5441

Triggered via pull request April 24, 2024 14:10
Status Success
Total duration 6m 15s
Artifacts 1

playwright.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 8 notices
[chromium] › specs/network/add-network.spec.ts:31:3 › Networks tests › validation error when name is empty: tests/specs/network/add-network.spec.ts#L7
1) [chromium] › specs/network/add-network.spec.ts:31:3 › Networks tests › validation error when name is empty Test timeout of 30000ms exceeded while running "beforeEach" hook. 5 | 6 | test.describe('Networks tests', () => { > 7 | test.beforeEach( | ^ 8 | async ({ extensionId, globalPage, onboardingPage, homePage, networkPage, page }) => { 9 | await globalPage.setupAndUseApiCalls(extensionId); 10 | await onboardingPage.signInWithTestAccount(extensionId); at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:7:8
[chromium] › specs/ledger/ledger.spec.ts:26:7 › App with Ledger › withStacksKeysOnly › receive modal opens: tests/specs/ledger/ledger.spec.ts#L1
1) [chromium] › specs/ledger/ledger.spec.ts:26:7 › App with Ledger › withStacksKeysOnly › receive modal opens Test timeout of 30000ms exceeded.
[chromium] › specs/ledger/ledger.spec.ts:26:7 › App with Ledger › withBitcoinKeysOnly › receive modal opens: tests/specs/ledger/ledger.spec.ts#L1
2) [chromium] › specs/ledger/ledger.spec.ts:26:7 › App with Ledger › withBitcoinKeysOnly › receive modal opens Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-stx.spec.ts:180:5 › send stx: tests on mainnet › send form input fields › that recipient address matches bns name: tests/specs/send/send-stx.spec.ts#L1
1) [chromium] › specs/send/send-stx.spec.ts:180:5 › send stx: tests on mainnet › send form input fields › that recipient address matches bns name Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-btc.spec.ts:32:5 › send btc › btc send form › that recipient input is trimmed correctly: tests/specs/send/send-btc.spec.ts#L12
1) [chromium] › specs/send/send-btc.spec.ts:32:5 › send btc › btc send form › that recipient input is trimmed correctly 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/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile: tests/specs/profile/profile.spec.ts#L1
1) [chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile Test timeout of 30000ms exceeded.
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile: tests/specs/profile/profile.spec.ts#L1
1) [chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-btc.spec.ts:106:5 › send btc › btc send form › that fallbacks to other api provider if main fails: tests/specs/send/send-btc.spec.ts#L12
1) [chromium] › specs/send/send-btc.spec.ts:106:5 › send btc › btc send form › that fallbacks to other api provider if main fails 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:53:3 › send stx: tests on testnet › that asset value: tests/specs/send/send-stx.spec.ts#L79
2) [chromium] › specs/send/send-stx.spec.ts:53:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input Error: expect(received).toEqual(expected) // deep equality Expected: "STX" Received: "0.049661 STX" 77 | .getByTestId(SharedComponentsSelectors.InfoCardRowValue) 78 | .innerText(); > 79 | test.expect(confirmationFees).toEqual(fees); | ^ 80 | 81 | const confirmationMemo2 = await sendPage.memoRow 82 | .getByTestId(SharedComponentsSelectors.InfoCardRowValue) at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:79:35
[chromium] › specs/send/send-stx.spec.ts:102: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#L18
3) [chromium] › specs/send/send-stx.spec.ts:102: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. 16 | 17 | test.describe('send stx: tests on testnet', () => { > 18 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 19 | await globalPage.setupAndUseApiCalls(extensionId); 20 | await onboardingPage.signInWithTestAccount(extensionId); 21 | await homePage.selectTestNet(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18: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 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 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 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 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 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/.
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/
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/.
🎭 Playwright Run Summary
4 skipped 6 passed (42.2s)
🎭 Playwright Run Summary
9 passed (1.7m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/network/add-network.spec.ts:31:3 › Networks tests › validation error when name is empty 8 passed (1.9m)
🎭 Playwright Run Summary
2 flaky [chromium] › specs/ledger/ledger.spec.ts:26:7 › App with Ledger › withStacksKeysOnly › receive modal opens [chromium] › specs/ledger/ledger.spec.ts:26:7 › App with Ledger › withBitcoinKeysOnly › receive modal opens 7 passed (2.0m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/send/send-stx.spec.ts:180:5 › send stx: tests on mainnet › send form input fields › that recipient address matches bns name 8 passed (2.1m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/send/send-btc.spec.ts:32:5 › send btc › btc send form › that recipient input is trimmed correctly 8 passed (2.3m)
🎭 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.7m)
🎭 Playwright Run Summary
3 flaky [chromium] › specs/send/send-btc.spec.ts:106:5 › send btc › btc send form › that fallbacks to other api provider if main fails [chromium] › specs/send/send-stx.spec.ts:53:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input [chromium] › specs/send/send-stx.spec.ts:102:5 › send stx: tests on testnet › send form validation › that the amount field enforces max length based on decimals 6 passed (3.1m)

Artifacts

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