fix: fix issues with alignment of page headers #6647
Annotations
1 error, 4 warnings, and 1 notice
tests/specs/ledger/ledger.spec.ts#L30
1) [chromium] › specs/ledger/ledger.spec.ts:29:7 › App with Ledger › withBitcoinAndStacksKey › that homepage renders correctly
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('text="Send"').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text="Send"').first()
28 |
29 | test('that homepage renders correctly', async ({ homePage }) => {
> 30 | await test.expect(homePage.page.locator('text="Send"').first()).toBeVisible();
| ^
31 | await test.expect(homePage.page.locator('text="Receive"').first()).toBeVisible();
32 | await test.expect(homePage.page.locator('text="Buy"').first()).toBeVisible();
33 | });
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:30:73
|
The following actions use a deprecated Node.js version 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/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 26.3s
|
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 17.4s
|
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