@Desktop • UI e2e • Test App triggered by VicAlbr on ref support/fix-CI #487
test-ui-e2e-only-desktop.yml
on: workflow_dispatch
Matrix: Desktop Tests E2E (Ubuntu)
Annotations
12 errors and 5 notices
Desktop Tests E2E (Ubuntu) (2, 4)
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#L40
1) [speculos_tests] › specs/speculos/manage.ledgersync.spec.ts:14:7 › [LedgerSync] Sync Accounts › Synchronize one instance then delete the backup › Check if the backup deletion was successful
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#L1
1) [speculos_tests] › specs/speculos/manage.ledgersync.spec.ts:14:7 › [LedgerSync] Sync Accounts › Synchronize one instance then delete the backup › Check if the backup deletion was successful
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[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
2) [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
|
[speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Bitcoin] Receive:
apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L1
2) [speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Bitcoin] Receive › Verify receive address correctness bc1qx7f9plgr8msjatkv0dw2ne8gguwfjqr6xyjp50
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Solana] 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 › [Solana] Receive › Verify receive address correctness HxoKQ5eu5MkqaAw7DaGVermrJqeNH8XkVnEKEpFuS9id
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 › [Solana] Receive:
apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L1
3) [speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Solana] Receive › Verify receive address correctness HxoKQ5eu5MkqaAw7DaGVermrJqeNH8XkVnEKEpFuS9id
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Polkadot] Receive:
apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L55
4) [speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Polkadot] Receive › Verify receive address correctness 15NKsw4AoSEgBJ5NpHDkAjUmqLRfeSuqZBzZXH9uRg6MWbo3
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 › [XRP] Receive:
apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L55
5) [speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [XRP] Receive › Verify receive address correctness rhQvt8XfAGn1hVVtMUmdGKBUdnKzi2oimV
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 › [XRP] Receive:
apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L1
5) [speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [XRP] Receive › Verify receive address correctness rhQvt8XfAGn1hVVtMUmdGKBUdnKzi2oimV
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[speculos_tests] › specs/speculos/add.account.spec.ts:32:9 › Add Accounts › [Tron] Add account:
apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L48
1) [speculos_tests] › specs/speculos/add.account.spec.ts:32:9 › Add Accounts › [Tron] Add account › Click `Add Accounts` button
TimeoutError: locator.click: Timeout 99000ms exceeded.
Call log:
- waiting for getByTestId('add-accounts-import-add-button')
- locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" data-testid="add-accounts-import-add-button">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
46 | firstAccountName = await app.addAccount.getFirstAccountName();
47 |
> 48 | await app.addAccount.addAccounts();
| ^
49 | await app.addAccount.done();
50 | // Todo: Remove 'if' when CounterValue is fixed for $TON - LIVE-13685
51 | if (currency.name !== Currency.TON.name) {
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:48:30
|
[speculos_tests] › specs/speculos/add.account.spec.ts:32:9 › Add Accounts › [Solana] Add account:
apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L46
2) [speculos_tests] › specs/speculos/add.account.spec.ts:32:9 › Add Accounts › [Solana] Add account › Get fist account name
TimeoutError: locator.inputValue: Timeout 99000ms exceeded.
Call log:
- waiting for getByTestId('add-accounts-step-import-accounts-list').locator('input').first()
44 | await app.addAccount.expectModalVisiblity();
45 | await app.addAccount.selectCurrency(currency);
> 46 | firstAccountName = await app.addAccount.getFirstAccountName();
| ^
47 |
48 | await app.addAccount.addAccounts();
49 | await app.addAccount.done();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:46:49
|
🎭 Playwright Run Summary
18 passed (2.0m)
|
🎭 Playwright Run Summary
18 passed (2.6m)
|
🎭 Playwright Run Summary
5 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 › [Bitcoin] Receive ───
[speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Solana] Receive ────
[speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Polkadot] Receive ──
[speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [XRP] Receive ───────
3 interrupted
[speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Cosmos] Receive ────
[speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Tezos] Receive ─────
[speculos_tests] › specs/speculos/receive.address.spec.ts:28:9 › Receive › [Binance Smart Chain] Receive
10 passed (3.1m)
|
🎭 Playwright Run Summary
2 flaky
[speculos_tests] › specs/speculos/add.account.spec.ts:32:9 › Add Accounts › [Tron] Add account ─
[speculos_tests] › specs/speculos/add.account.spec.ts:32:9 › Add Accounts › [Solana] Add account
17 passed (4.8m)
|
Allure report URL
https://ledger-live.allure.green.ledgerlabs.net/allure/reports/47faa5ed-1648-4a14-aefb-3367c9203b06/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
allure-results-1
Expired
|
2.2 MB |
|
allure-results-2
Expired
|
9.68 MB |
|
allure-results-3
Expired
|
55.1 KB |
|
allure-results-4
Expired
|
47.4 KB |
|