fix: asset row skeleton loader #5864
playwright.yml
on: pull_request
Matrix: test
Merge reports
51s
Annotations
6 errors, 23 warnings, and 9 notices
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected:
tests/specs/message-signing/bip322-message-signing.spec.ts#L17
1) [chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected
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-w_50% leather-butto…>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
15 | const popup = await context.waitForEvent('page');
16 | const btn = popup.locator(`text="${buttonToPress}"`);
> 17 | await btn.click();
| ^
18 | };
19 | }
20 |
at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:17:19
at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:54:24
|
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile:
tests/page-object-models/onboarding.page.ts#L300
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:300
298 |
299 | do {
> 300 | if (iterationCounter.getValue() > 5) throw new Error('Unable to initialised wallet state');
| ^
301 |
302 | await this.page.evaluate(
303 | async walletState => chrome.storage.local.set({ 'persist:root': walletState }),
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:300:50)
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:15:5
|
[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#L18
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.
16 |
17 | test.describe('send stx: tests on testnet', () => {
> 18 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
19 | await globalPage.setupAndUseApiCalls(extensionId);
20 |
21 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
|
[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/page-object-models/send.page.ts#L85
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
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('crypto-asset-list-item-stx')
at page-object-models/send.page.ts:85
83 | await this.page
84 | .getByTestId(CryptoAssetSelectors.CryptoAssetListItem.replace('{symbol}', 'stx'))
> 85 | .click();
| ^
86 | await this.page.waitForURL('**' + `${RouteUrls.SendCryptoAsset}/stx`);
87 | await this.page.getByTestId(SendCryptoAssetSelectors.SendForm).waitFor();
88 | }
at SendPage.selectStxAndGoToSendForm (/home/runner/work/extension/extension/tests/page-object-models/send.page.ts:85:8)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:24:5
|
[chromium] › specs/send/send-stx.spec.ts:143:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details to be confirmed:
tests/specs/send/send-stx.spec.ts#L18
2) [chromium] › specs/send/send-stx.spec.ts:143:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details to be confirmed
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 |
21 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
|
[chromium] › specs/send/send-stx.spec.ts:143:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details to be confirmed:
tests/page-object-models/send.page.ts#L85
2) [chromium] › specs/send/send-stx.spec.ts:143:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details to be confirmed
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('crypto-asset-list-item-stx')
at page-object-models/send.page.ts:85
83 | await this.page
84 | .getByTestId(CryptoAssetSelectors.CryptoAssetListItem.replace('{symbol}', 'stx'))
> 85 | .click();
| ^
86 | await this.page.waitForURL('**' + `${RouteUrls.SendCryptoAsset}/stx`);
87 | await this.page.getByTestId(SendCryptoAssetSelectors.SendForm).waitFor();
88 | }
at SendPage.selectStxAndGoToSendForm (/home/runner/work/extension/extension/tests/page-object-models/send.page.ts:85:8)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:24:5
|
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 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-sign-psbt/sign-psbt.spec.ts#L1
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts took 47.9s
|
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/.
|
Slow Test:
[chromium] › specs/settings/settings.spec.ts#L1
[chromium] › specs/settings/settings.spec.ts took 54.3s
|
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/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 43.9s
|
Slow Test:
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 26.3s
|
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/.
|
Slow Test:
[chromium] › specs/send/send-btc.spec.ts#L1
[chromium] › specs/send/send-btc.spec.ts took 1.2m
|
Slow Test:
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts took 22.2s
|
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 51.9s
|
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.1m
|
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 24.5s
|
Slow Test:
[chromium] › specs/store-migrations/store-migrations.spec.ts#L1
[chromium] › specs/store-migrations/store-migrations.spec.ts took 21.1s
|
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 58.0s
|
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/.
|
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
5 passed (51.9s)
|
🎭 Playwright Run Summary
5 passed (58.3s)
|
🎭 Playwright Run Summary
4 skipped
12 passed (1.2m)
|
🎭 Playwright Run Summary
8 passed (1.6m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected
7 passed (1.5m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile
8 passed (1.8m)
|
🎭 Playwright Run Summary
1 skipped
3 passed (49.5s)
|
🎭 Playwright Run Summary
10 passed (1.4m)
|
🎭 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:143:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details to be confirmed
13 passed (3.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
27 MB |
|