Skip to content

@Desktop • UI e2e • Test App triggered by abdurrahman-ledger on ref support/qaa_272_cli_in_speculos_tests_2 #533

@Desktop • UI e2e • Test App triggered by abdurrahman-ledger on ref support/qaa_272_cli_in_speculos_tests_2

@Desktop • UI e2e • Test App triggered by abdurrahman-ledger on ref support/qaa_272_cli_in_speculos_tests_2 #533

Manually triggered October 3, 2024 06:58
Status Failure
Total duration 15m 3s
Artifacts 3

test-ui-e2e-only-desktop.yml

on: workflow_dispatch
Matrix: Desktop Tests E2E (Ubuntu)
Report and Notify
43s
Report and Notify
Upload to Xray
0s
Upload to Xray
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 4 notices
[speculos_tests] › specs/speculos/swap.spec.ts:42:9 › Swap › Swap Ethereum to Bitcoin: apps/ledger-live-desktop/tests/utils/cliUtils.ts#L30
1) [speculos_tests] › specs/speculos/swap.spec.ts:42:9 › Swap › Swap Ethereum to Bitcoin ───────── Error: Command failed with exit code 1: --currency is required at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[speculos_tests] › specs/speculos/swap.spec.ts:42:9 › Swap › Swap Ethereum to Bitcoin: apps/ledger-live-desktop/tests/utils/cliUtils.ts#L30
1) [speculos_tests] › specs/speculos/swap.spec.ts:42:9 › Swap › Swap Ethereum to Bitcoin ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed with exit code 1: --currency is required at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[speculos_tests] › specs/speculos/swap.spec.ts:42:9 › Swap › Swap Ethereum to Bitcoin: apps/ledger-live-desktop/tests/utils/cliUtils.ts#L30
1) [speculos_tests] › specs/speculos/swap.spec.ts:42:9 › Swap › Swap Ethereum to Bitcoin ───────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed with exit code 1: --currency is required at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[speculos_tests] › specs/speculos/subAccount.spec.ts:32:9 › Add subAccount without parent › Add Sub Account without parent (Stellar) - usdc: apps/ledger-live-desktop/tests/specs/speculos/subAccount.spec.ts#L47
2) [speculos_tests] › specs/speculos/subAccount.spec.ts:32:9 › Add subAccount without parent › Add Sub Account without parent (Stellar) - usdc › 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 is not enabled - retrying click action, attempt #7 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #8 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #9 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #10 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #11 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #12 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #13 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #14 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #15 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #16 - waiting 500ms - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying 45 | 46 | await app.addAccount.selectToken(token.account); > 47 | await app.addAccount.addAccounts(); | ^ 48 | 49 | await app.addAccount.done(); 50 | await app.layout.goToPortfolio(); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/subAccount.spec.ts:47:30
Desktop Tests E2E (Ubuntu) (3, 3)
Process completed with exit code 1.
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Solana] Receive: apps/ledger-live-desktop/tests/utils/cliUtils.ts#L30
1) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Solana] Receive ─── Error: Command failed with exit code 1: no mock found for api method getBalanceAndContext with args [""] at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Solana] Receive: apps/ledger-live-desktop/tests/utils/cliUtils.ts#L30
1) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Solana] Receive ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed with exit code 1: no mock found for api method getBalanceAndContext with args [""] at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Solana] Receive: apps/ledger-live-desktop/tests/utils/cliUtils.ts#L30
1) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Solana] Receive ─── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed with exit code 1: no mock found for api method getBalanceAndContext with args [""] at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Polkadot] Receive: apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L57
2) [speculos_tests] › specs/speculos/receive.address.spec.ts:27: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') 55 | } 56 | await app.modal.continue(); > 57 | await app.receive.expectValidReceiveAddress(account.account.address); | ^ 58 | 59 | await app.speculos.expectValidReceiveAddress(account.account); 60 | await app.receive.expectApproveLabel(); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts:57:27
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Polkadot] Receive: apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L57
2) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Polkadot] Receive › Verify receive address correctness 15NKsw4AoSEgBJ5NpHDkAjUmqLRfeSuqZBzZXH9uRg6MWbo3 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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') 55 | } 56 | await app.modal.continue(); > 57 | await app.receive.expectValidReceiveAddress(account.account.address); | ^ 58 | 59 | await app.speculos.expectValidReceiveAddress(account.account); 60 | await app.receive.expectApproveLabel(); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts:57:27
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Binance Smart Chain] Receive: apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L57
3) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Binance Smart Chain] 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') 55 | } 56 | await app.modal.continue(); > 57 | await app.receive.expectValidReceiveAddress(account.account.address); | ^ 58 | 59 | await app.speculos.expectValidReceiveAddress(account.account); 60 | await app.receive.expectApproveLabel(); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts:57:27
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Binance Smart Chain] Receive: apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L57
3) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Binance Smart Chain] Receive › Verify receive address correctness 0xB9051f83AC6e147924377BBEebd1Aa7aB43a67F6 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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') 55 | } 56 | await app.modal.continue(); > 57 | await app.receive.expectValidReceiveAddress(account.account.address); | ^ 58 | 59 | await app.speculos.expectValidReceiveAddress(account.account); 60 | await app.receive.expectApproveLabel(); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts:57:27
[speculos_tests] › specs/speculos/send.tx.spec.ts:388:9 › Send funds step 1 (Recipient) - positive cases (Button enabled) › Check button enabled B2CQA-2719 - valid address input: apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L405
4) [speculos_tests] › specs/speculos/send.tx.spec.ts:388:9 › Send funds step 1 (Recipient) - positive cases (Button enabled) › Check button enabled B2CQA-2719 - valid address input Error: Timed out 41000ms waiting for expect(locator).toBeEnabled() Locator: getByRole('button', { name: 'continue' }) Expected: enabled Received: disabled Call log: - expect.toBeEnabled with timeout 41000ms - waiting for getByRole('button', { name: 'continue' }) - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-button">…</button> - unexpected value "disabled" - locator resolved to <button disabled font-size="4" class="sc-fThUAz fpVeLK" color="rgba(255, 255, 255, 0.6)" id="send-recipient-continue-b
[speculos_tests] › specs/speculos/send.tx.spec.ts:388:9 › Send funds step 1 (Recipient) - positive cases (Button enabled) › Check button enabled B2CQA-2719 - valid address input: apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L1
4) [speculos_tests] › specs/speculos/send.tx.spec.ts:388:9 › Send funds step 1 (Recipient) - positive cases (Button enabled) › Check button enabled B2CQA-2719 - valid address input Error: connect ECONNREFUSED 127.0.0.1:30501 at Function.AxiosError.from (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js:92: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)
Desktop Tests E2E (Ubuntu) (2, 3)
Process completed with exit code 1.
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Solana] Add account: apps/ledger-live-desktop/tests/utils/cliUtils.ts#L30
1) [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Solana] Add account Error: Command failed with exit code 1: no mock found for api method getBalanceAndContext with args [""] at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Solana] Add account: apps/ledger-live-desktop/tests/utils/cliUtils.ts#L30
1) [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Solana] Add account Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed with exit code 1: no mock found for api method getBalanceAndContext with args [""] at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Solana] Add account: apps/ledger-live-desktop/tests/utils/cliUtils.ts#L30
1) [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Solana] Add account Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed with exit code 1: no mock found for api method getBalanceAndContext with args [""] at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Ton] Add account: apps/ledger-live-desktop/tests/utils/cliUtils.ts#L30
2) [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Ton] Add account ─ Error: Command failed with exit code 1: no mock implementation available for currency ton at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Ton] Add account: apps/ledger-live-desktop/tests/utils/cliUtils.ts#L30
2) [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Ton] Add account ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed with exit code 1: no mock implementation available for currency ton at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Ton] Add account: apps/ledger-live-desktop/tests/utils/cliUtils.ts#L30
2) [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Ton] Add account ─ Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed with exit code 1: no mock implementation available for currency ton at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[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/utils/cliUtils.ts#L30
3) [speculos_tests] › specs/speculos/manage.ledgersync.spec.ts:14:7 › [LedgerSync] Sync Accounts › Synchronize one instance then delete the backup Error: Command failed with exit code 1: --currency is required at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[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/utils/cliUtils.ts#L30
3) [speculos_tests] › specs/speculos/manage.ledgersync.spec.ts:14:7 › [LedgerSync] Sync Accounts › Synchronize one instance then delete the backup Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed with exit code 1: --currency is required at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[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/utils/cliUtils.ts#L30
3) [speculos_tests] › specs/speculos/manage.ledgersync.spec.ts:14:7 › [LedgerSync] Sync Accounts › Synchronize one instance then delete the backup Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed with exit code 1: --currency is required at utils/cliUtils.ts:30 28 | resolve(output); 29 | } else { > 30 | throw new Error(`Command failed with exit code ${code}: ${errorOutput}`); | ^ 31 | } 32 | }); 33 | at ChildProcess.<anonymous> (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/cliUtils.ts:30:15)
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Bitcoin] Receive: apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L57
4) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Bitcoin] Receive ── Error: Timed out 41000ms waiting for expect(locator).toBeVisible() Locator: locator('text=bc1qx7f9plgr8msjatkv0dw2ne8gguwfjqr6xyjp50') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 41000ms - waiting for locator('text=bc1qx7f9plgr8msjatkv0dw2ne8gguwfjqr6xyjp50') 55 | } 56 | await app.modal.continue(); > 57 | await app.receive.expectValidReceiveAddress(account.account.address); | ^ 58 | 59 | await app.speculos.expectValidReceiveAddress(account.account); 60 | await app.receive.expectApproveLabel(); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts:57:27
🎭 Playwright Run Summary
1 failed [speculos_tests] › specs/speculos/swap.spec.ts:42:9 › Swap › Swap Ethereum to Bitcoin ────────── 1 flaky [speculos_tests] › specs/speculos/subAccount.spec.ts:32:9 › Add subAccount without parent › Add Sub Account without parent (Stellar) - usdc 28 passed (3.8m)
🎭 Playwright Run Summary
1 failed [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Solana] Receive ──── 3 flaky [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Polkadot] Receive ── [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Binance Smart Chain] Receive [speculos_tests] › specs/speculos/send.tx.spec.ts:388:9 › Send funds step 1 (Recipient) - positive cases (Button enabled) › Check button enabled B2CQA-2719 - valid address input 26 passed (5.0m)
🎭 Playwright Run Summary
4 failed [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Solana] Add account [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Ton] Add account ── [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:27:9 › Receive › [Bitcoin] Receive ─── 1 flaky [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [XRP] Add account ── 25 passed (6.2m)
Allure report URL
https://ledger-live.allure.green.ledgerlabs.net/allure/reports/480c6455-6f66-447b-a378-2634eadc3979/

Artifacts

Produced during runtime
Name Size
allure-results-1 Expired
5.87 MB
allure-results-2 Expired
6.96 MB
allure-results-3 Expired
1.34 MB