@Desktop • UI e2e • Test App triggered by ypolishchuk-ledger on ref support/qaa151-slack-notif-color #388
Annotations
2 errors, 2 warnings, and 1 notice
apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L44
1) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Bitcoin] Receive › Verify receive address correctness test
Error: Timed out 41000ms waiting for expect(locator).toBeVisible()
Locator: locator('text=Verify that the shared address exactly matches the one on your device')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 41000ms
- waiting for locator('text=Verify that the shared address exactly matches the one on your device')
42 | await app.account.clickReceive();
43 | await app.modal.continue();
> 44 | await app.receive.expectValidReceiveAddress(account.address);
| ^
45 |
46 | await app.speculos.expectValidReceiveAddress(account);
47 | await app.receive.expectApproveLabel();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts:44:27
|
|
apps/ledger-live-desktop/[speculos_tests] › specs/speculos/send.tx.spec.ts#L1
apps/ledger-live-desktop/[speculos_tests] › specs/speculos/send.tx.spec.ts took 1.4m
|
apps/ledger-live-desktop/[speculos_tests] › specs/speculos/receive.address.spec.ts#L1
apps/ledger-live-desktop/[speculos_tests] › specs/speculos/receive.address.spec.ts took 1.3m
|
|
The logs for this run have expired and are no longer available.
Loading