Fix inaccurate fee estimations #5459
Annotations
1 error, 2 warnings, and 1 notice
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L69
1) [chromium] › specs/onboarding/onboarding.spec.ts:64:3 › Onboarding an existing user › Activity tab
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('No activity yet')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('No activity yet')
67 | await homePage.clickActivityTab();
68 | const noActivityText = homePage.page.getByText('No activity yet');
> 69 | await test.expect(noActivityText).toBeVisible();
| ^
70 | });
71 |
72 | test.describe('Address generation', () => {
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:69:39
|
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/
|
Run Playwright tests
1 flaky
[chromium] › specs/onboarding/onboarding.spec.ts:64:3 › Onboarding an existing user › Activity tab
8 passed (1.5m)
|
Loading