Skip to content

@Desktop • UI e2e • Test App triggered by bharamboure-ledger on ref support/QAA-261 #552

@Desktop • UI e2e • Test App triggered by bharamboure-ledger on ref support/QAA-261

@Desktop • UI e2e • Test App triggered by bharamboure-ledger on ref support/QAA-261 #552

Manually triggered October 9, 2024 13:11
Status Failure
Total duration 14m 11s
Artifacts 3

test-ui-e2e-only-desktop.yml

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

Annotations

19 errors, 2 warnings, and 4 notices
[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
1) [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 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
[speculos_tests] › specs/speculos/subAccount.spec.ts:32:9 › Add subAccount without parent › Add Sub Account without parent (Tron) - USDT: 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 (Tron) - USDT › 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 is not enabled - retrying click action, attempt #17 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #18 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #19 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #20 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #21 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #22 - waiting 500ms
[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
1) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Bitcoin] Receive › Verify receive address correctness bc1qm6tw2c0u842qjs7g2n2c7ulh76f6xn4sk0dsyt 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 › [Bitcoin] Receive: apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L57
1) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Bitcoin] Receive › Verify receive address correctness bc1qm6tw2c0u842qjs7g2n2c7ulh76f6xn4sk0dsyt 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 › [Bitcoin] Receive: apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L57
1) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Bitcoin] Receive › Verify receive address correctness bc1qm6tw2c0u842qjs7g2n2c7ulh76f6xn4sk0dsyt Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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 › [Solana] 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 › [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') 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 › [Solana] 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 › [Solana] Receive › Verify receive address correctness HxoKQ5eu5MkqaAw7DaGVermrJqeNH8XkVnEKEpFuS9id 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 › [Solana] 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 › [Solana] Receive › Verify receive address correctness HxoKQ5eu5MkqaAw7DaGVermrJqeNH8XkVnEKEpFuS9id Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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
3) [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
3) [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 › [Polkadot] 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 › [Polkadot] Receive › Verify receive address correctness 15NKsw4AoSEgBJ5NpHDkAjUmqLRfeSuqZBzZXH9uRg6MWbo3 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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:164:9 › Send from 1 account to another › Send from Dogecoin 1 to Dogecoin 2: apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L1
4) [speculos_tests] › specs/speculos/send.tx.spec.ts:164:9 › Send from 1 account to another › Send from Dogecoin 1 to Dogecoin 2 Test timeout of 190000ms exceeded.
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Polkadot] Add account: apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L1
1) [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Polkadot] Add account › Get fist account name Test timeout of 190000ms exceeded.
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Polkadot] Add account: apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L48
1) [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Polkadot] 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() 46 | await app.addAccount.expectModalVisiblity(); 47 | await app.addAccount.selectCurrency(currency.currency); > 48 | firstAccountName = await app.addAccount.getFirstAccountName(); | ^ 49 | 50 | await app.addAccount.addAccounts(); 51 | await app.addAccount.done(); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:48:49
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Polkadot] Add account: apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L48
1) [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Polkadot] Add account › Get fist account name Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.inputValue: Timeout 99000ms exceeded. Call log: - waiting for getByTestId('add-accounts-step-import-accounts-list').locator('input').first() 46 | await app.addAccount.expectModalVisiblity(); 47 | await app.addAccount.selectCurrency(currency.currency); > 48 | firstAccountName = await app.addAccount.getFirstAccountName(); | ^ 49 | 50 | await app.addAccount.addAccounts(); 51 | await app.addAccount.done(); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:48:49
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Polkadot] Add account: apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L48
1) [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Polkadot] Add account › Get fist account name Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.inputValue: Timeout 99000ms exceeded. Call log: - waiting for getByTestId('add-accounts-step-import-accounts-list').locator('input').first() 46 | await app.addAccount.expectModalVisiblity(); 47 | await app.addAccount.selectCurrency(currency.currency); > 48 | firstAccountName = await app.addAccount.getFirstAccountName(); | ^ 49 | 50 | await app.addAccount.addAccounts(); 51 | await app.addAccount.done(); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:48:49
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Tron] Add account: apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L47
2) [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Tron] Add account › Select currency TimeoutError: locator.waitFor: Timeout 99000ms exceeded. Call log: - waiting for getByTestId('loading-spinner') to be hidden - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div> - locator resolved to visible <div size="16" color="palette.text.shade60" data-testid="loading-spinner" class="sc-aXZVg sc-kMribo gzORvz okLTy">…</div
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Solana] Add account: apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L48
3) [speculos_tests] › specs/speculos/add.account.spec.ts:34: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() 46 | await app.addAccount.expectModalVisiblity(); 47 | await app.addAccount.selectCurrency(currency.currency); > 48 | firstAccountName = await app.addAccount.getFirstAccountName(); | ^ 49 | 50 | await app.addAccount.addAccounts(); 51 | await app.addAccount.done(); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:48:49
Desktop Tests E2E (Ubuntu) (1, 3)
Process completed with exit code 1.
Desktop Tests E2E (Ubuntu) (2, 3)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
Desktop Tests E2E (Ubuntu) (1, 3)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
🎭 Playwright Run Summary
2 flaky [speculos_tests] › specs/speculos/subAccount.spec.ts:32:9 › Add subAccount without parent › Add Sub Account without parent (Stellar) - usdc [speculos_tests] › specs/speculos/subAccount.spec.ts:32:9 › Add subAccount without parent › Add Sub Account without parent (Tron) - USDT 29 passed (4.8m)
🎭 Playwright Run Summary
4 failed [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Bitcoin] Receive ─── [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Solana] Receive ──── [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Polkadot] Receive ── [speculos_tests] › specs/speculos/send.tx.spec.ts:164:9 › Send from 1 account to another › Send from Dogecoin 1 to Dogecoin 2 3 flaky [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [XRP] Receive ─────── [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Tezos] Receive ───── [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Binance Smart Chain] Receive 24 passed (8.1m)
🎭 Playwright Run Summary
1 failed [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Polkadot] Add account 2 flaky [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Tron] Add account ─ [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Solana] Add account 28 passed (9.3m)
Allure report URL
https://ledger-live.allure.green.ledgerlabs.net/allure/reports/ee359bb3-15e9-4f5d-82b5-bc17316ae0d8/

Artifacts

Produced during runtime
Name Size
allure-results-1 Expired
7.11 MB
allure-results-2 Expired
29.9 MB
allure-results-3 Expired
3.37 MB