[QAA-409][Speculos][Detox] Various fixes #5719
Annotations
2 errors and 1 notice
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/services/dapp.spec.ts#L49
1) [mocked_tests] › specs/services/dapp.spec.ts:20:7 › Metamask Test Dapp › Dapp Browser methods @smoke
Error: Timed out 41000ms waiting for expect(locator).toBeVisible()
Locator: getByText('eth_accounts result: 0x6EB963EFD0FEF7A4CFAB6CE6F1421C3279D11707')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 41000ms
- waiting for getByText('eth_accounts result: 0x6EB963EFD0FEF7A4CFAB6CE6F1421C3279D11707')
47 | await expect(
48 | webview.getByText("eth_accounts result: 0x6EB963EFD0FEF7A4CFAB6CE6F1421C3279D11707"),
> 49 | ).toBeVisible();
| ^
50 |
51 | // Checks that personalSign works
52 | await webview.click("#personalSign");
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/dapp.spec.ts:49:7
|
Run playwright tests [Linux => xvfb-run]
Process completed with exit code 1.
|
Run playwright tests [Linux => xvfb-run]
1 failed
[mocked_tests] › specs/services/dapp.spec.ts:20:7 › Metamask Test Dapp › Dapp Browser methods @smoke
3 skipped
62 passed (8.2m)
|
Loading