fix: asset row skeleton loader #5864
Annotations
4 errors, 2 warnings, and 1 notice
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
|
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
|
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
|
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
|
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/.
|
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/
|
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)
|
The logs for this run have expired and are no longer available.
Loading