fix: stx fallback btn show on load #6353
Annotations
4 errors, 3 warnings, and 1 notice
tests/specs/send/send-stx.spec.ts#L20
1) [chromium] › specs/send/send-stx.spec.ts:78:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
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
|
tests/page-object-models/send.page.ts#L85
1) [chromium] › specs/send/send-stx.spec.ts:78:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
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:26:5
|
tests/specs/send/send-stx.spec.ts#L197
2) [chromium] › specs/send/send-stx.spec.ts:205:5 › send stx: tests on mainnet › send form input fields › that recipient address matches bns name
Test timeout of 30000ms exceeded while running "beforeEach" hook.
195 | // Those that can should be migrated to testnet tests
196 | test.describe('send stx: tests on mainnet', () => {
> 197 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, homePage, sendPage }) => {
| ^
198 | await globalPage.setupAndUseApiCalls(extensionId);
199 | await onboardingPage.signInWithTestAccount(extensionId);
200 | await homePage.sendButton.click();
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:197:8
|
tests/page-object-models/send.page.ts#L85
2) [chromium] › specs/send/send-stx.spec.ts:205:5 › send stx: tests on mainnet › send form input fields › that recipient address matches bns name
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:201:5
|
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/
|
[chromium] › specs/send/send-btc.spec.ts#L1
[chromium] › specs/send/send-btc.spec.ts took 52.1s
|
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:78:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
[chromium] › specs/send/send-stx.spec.ts:205:5 › send stx: tests on mainnet › send form input fields › that recipient address matches bns name
20 passed (4.0m)
|
The logs for this run have expired and are no longer available.
Loading