@Desktop • UI e2e • Test App triggered by VicAlbr on ref support/fix-CI #494
test-ui-e2e-only-desktop.yml
on: workflow_dispatch
Matrix: Desktop Tests E2E (Ubuntu)
Annotations
7 errors, 2 warnings, and 2 notices
Desktop Tests E2E (Ubuntu) (1, 1)
Testing stopped early after 5 maximum allowed failures.
|
[speculos_tests] › specs/speculos/manage.ledgersync.spec.ts:14:7 › [LedgerSync] Sync Accounts › Synchronize one instance then delete the backup:
apps/ledger-live-desktop/tests/specs/speculos/manage.ledgersync.spec.ts#L34
1) [speculos_tests] › specs/speculos/manage.ledgersync.spec.ts:14:7 › [LedgerSync] Sync Accounts › Synchronize one instance then delete the backup
Error: Timed out 41000ms waiting for expect(locator).toBeVisible()
Locator: locator('span').filter({ hasText: 'Success' }).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 41000ms
- waiting for locator('span').filter({ hasText: 'Success' }).first()
32 | await app.speculos.clickNextUntilText("Your crypto accounts");
33 | await app.speculos.confirmOperationOnDevice("Turn on sync?");
> 34 | await app.ledgerSync.expectSynchronizationSuccess();
| ^
35 | await app.ledgerSync.closeLedgerSync();
36 |
37 | await app.settings.openManageLedgerSync();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/manage.ledgersync.spec.ts:34:28
|
[speculos_tests] › specs/speculos/manage.ledgersync.spec.ts:14:7 › [LedgerSync] Sync Accounts › Synchronize one instance then delete the backup:
apps/ledger-live-desktop/tests/specs/speculos/manage.ledgersync.spec.ts#L40
1) [speculos_tests] › specs/speculos/manage.ledgersync.spec.ts:14:7 › [LedgerSync] Sync Accounts › Synchronize one instance then delete the backup
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 41000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Your devices have been unsynchronized and your key has been deleted')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 41000ms
- waiting for getByText('Your devices have been unsynchronized and your key has been deleted')
38 | //await app.ledgerSync.expectNbSyncedInstances(1); //TODO: Reactivate when the issue is fixed - QAA-178
39 | await app.ledgerSync.destroyTrustchain();
> 40 | await app.ledgerSync.expectBackupDeletion();
| ^
41 | await app.drawer.close();
42 | },
43 | );
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/manage.ledgersync.spec.ts:40:28
|
[speculos_tests] › specs/speculos/manage.ledgersync.spec.ts:14:7 › [LedgerSync] Sync Accounts › Synchronize one instance then delete the backup:
apps/ledger-live-desktop/tests/specs/speculos/manage.ledgersync.spec.ts#L34
1) [speculos_tests] › specs/speculos/manage.ledgersync.spec.ts:14:7 › [LedgerSync] Sync Accounts › Synchronize one instance then delete the backup
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 41000ms waiting for expect(locator).toBeVisible()
Locator: locator('span').filter({ hasText: 'Success' }).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 41000ms
- waiting for locator('span').filter({ hasText: 'Success' }).first()
32 | await app.speculos.clickNextUntilText("Your crypto accounts");
33 | await app.speculos.confirmOperationOnDevice("Turn on sync?");
> 34 | await app.ledgerSync.expectSynchronizationSuccess();
| ^
35 | await app.ledgerSync.closeLedgerSync();
36 |
37 | await app.settings.openManageLedgerSync();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/manage.ledgersync.spec.ts:34:28
|
[speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Ethereum] Receive:
apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L55
2) [speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Ethereum] Receive › Verify receive address correctness 0xB9051f83AC6e147924377BBEebd1Aa7aB43a67F6
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')
53 | }
54 | await app.modal.continue();
> 55 | await app.receive.expectValidReceiveAddress(account.address);
| ^
56 |
57 | await app.speculos.expectValidReceiveAddress(account);
58 | await app.receive.expectApproveLabel();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts:55:27
|
[speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Bitcoin] Receive:
apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L55
3) [speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Bitcoin] Receive › Verify receive address correctness bc1qx7f9plgr8msjatkv0dw2ne8gguwfjqr6xyjp50
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')
53 | }
54 | await app.modal.continue();
> 55 | await app.receive.expectValidReceiveAddress(account.address);
| ^
56 |
57 | await app.speculos.expectValidReceiveAddress(account);
58 | await app.receive.expectApproveLabel();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts:55:27
|
Desktop Tests E2E (Ubuntu) (1, 1)
Process completed with exit code 1.
|
Slow Test:
apps/ledger-live-desktop/[speculos_tests] › specs/speculos/add.account.spec.ts#L1
apps/ledger-live-desktop/[speculos_tests] › specs/speculos/add.account.spec.ts took 5.8m
|
Slow Test:
apps/ledger-live-desktop/[speculos_tests] › specs/speculos/delete.account.spec.ts#L1
apps/ledger-live-desktop/[speculos_tests] › specs/speculos/delete.account.spec.ts took 3.3m
|
🎭 Playwright Run Summary
2 failed
[speculos_tests] › specs/speculos/manage.ledgersync.spec.ts:14:7 › [LedgerSync] Sync Accounts › Synchronize one instance then delete the backup
[speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Ethereum] Receive ──
1 flaky
[speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Bitcoin] Receive ───
44 did not run
26 passed (15.6m)
|
Allure report URL
https://ledger-live.allure.green.ledgerlabs.net/allure/reports/ec59d143-c9f7-4b12-83e1-7cd92b9944be/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
allure-results-1
Expired
|
4.82 MB |
|