fix: fix issues with alignment of page headers #6649
Annotations
2 errors, 2 warnings, and 1 notice
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L71
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithStacksKeysOnly › the promise resolves with addresses successfully
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Connect Leather')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Connect Leather')
69 | async function clickConnectLeatherButton(popup: Page) {
70 | const button = popup.getByText('Connect Leather');
> 71 | await test.expect(button).toBeVisible();
| ^
72 | await button.click();
73 | }
74 |
at clickConnectLeatherButton (/home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:71:29)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:108:15
|
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L66
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithStacksKeysOnly › the promise resolves with addresses successfully
Error: page.evaluate: Target page, context or browser has been closed
64 |
65 | async function initiateGetAddresses(page: Page) {
> 66 | return page.evaluate(async () => (window as any).LeatherProvider?.request('getAddresses'));
| ^
67 | }
68 |
69 | async function clickConnectLeatherButton(popup: Page) {
at initiateGetAddresses (/home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:66:15)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:105:37
|
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/
|
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