@Desktop • Test App triggered by LucasWerey on ref feat/LIVE-12467-c #32678
Annotations
3 errors and 1 notice
apps/ledger-live-desktop/tests/specs/services/dapp.spec.ts#L49
1) [mocked_tests] › specs/services/dapp.spec.ts:20:7 › Metamask Test Dapp › Wallet API methods @smoke
Error: Timed out 41000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Sign message')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 41000ms
- waiting for getByText('Sign message')
47 | // Checks that personalSign works
48 | await webview.click("#personalSign");
> 49 | await expect(page.getByText("Sign message")).toBeVisible();
| ^
50 | await modal.continueToSignTransaction();
51 |
52 | // Step Device
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/dapp.spec.ts:49:50
|
apps/ledger-live-desktop/tests/specs/services/dapp.spec.ts#L1
1) [mocked_tests] › specs/services/dapp.spec.ts:20:7 › Metamask Test Dapp › Wallet API methods @smoke
Error: connect ECONNREFUSED 127.0.0.1
at Function.AxiosError.from (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js:89:14)
at RedirectableRequest.handleRequestError (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js:620:25)
at ClientRequest.eventHandlers.<computed> (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js:38:24)
at Axios.request (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41)
|
|
1 failed
[mocked_tests] › specs/services/dapp.spec.ts:20:7 › Metamask Test Dapp › Wallet API methods @smoke
3 skipped
64 passed (3.5m)
|
This job failed
Loading