fix: show brc20 token fiat balance, closes #5626 #6324
Annotations
2 errors, 2 warnings, and 1 notice
tests/specs/profile/profile.spec.ts#L44
1) [chromium] › specs/profile/profile.spec.ts:50:3 › Gaia profile request › should send a signed profile token to gaia
Test timeout of 30000ms exceeded while running "beforeEach" hook.
42 | let testAppPage: TestAppPage;
43 |
> 44 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
45 | await globalPage.setupAndUseApiCalls(extensionId);
46 | await onboardingPage.signInWithTestAccount(extensionId);
47 | testAppPage = await TestAppPage.openDemoPage(context);
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:44:8
|
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/profile/profile.spec.ts:50:3 › Gaia profile request › should send a signed profile token to gaia
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/profile/profile.spec.ts:46: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/
|
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/
|
|
This job succeeded
Loading