Skip to content

@Desktop • UI e2e • Test App triggered by valber-ledger on ref develop #538

@Desktop • UI e2e • Test App triggered by valber-ledger on ref develop

@Desktop • UI e2e • Test App triggered by valber-ledger on ref develop #538

Triggered via schedule October 4, 2024 05:04
Status Failure
Total duration 15m 20s
Artifacts 3
Matrix: Desktop Tests E2E (Ubuntu)
Report and Notify
42s
Report and Notify
Upload to Xray
0s
Upload to Xray
Fit to window
Zoom out
Zoom in

Annotations

15 errors, 1 warning, 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#L51
1) [speculos_tests] › specs/speculos/subAccount.spec.ts:32:9 › Add subAccount without parent › Add Sub Account without parent (Stellar) - usdc › Navigate to asset USDC TimeoutError: locator.click: Timeout 99000ms exceeded. Call log: - waiting for getByText('Show all') 49 | await app.addAccount.done(); 50 | await app.layout.goToPortfolio(); > 51 | await app.portfolio.navigateToAsset(token.account.currency.name); | ^ 52 | await app.account.navigateToToken(token.account); 53 | await app.account.expectLastOperationsVisibility(); 54 | await app.account.expectTokenAccount(token.account); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/subAccount.spec.ts:51:29
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Cardano] 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 › [Cardano] 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 › [Solana] Add account: apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L48
2) [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
[speculos_tests] › specs/speculos/delegate.spec.ts:30:9 › Delegate › [Solana] Delegate: apps/ledger-live-desktop/tests/page/account.page.ts#L86
3) [speculos_tests] › specs/speculos/delegate.spec.ts:30:9 › Delegate › [Solana] Delegate ──────── TimeoutError: locator.scrollIntoViewIfNeeded: Timeout 99000ms exceeded. Call log: - waiting for getByTestId('account-stake-banner-button') at page/account.page.ts:86 84 | 85 | async clickBannerCTA() { > 86 | await this.stakeBannerButton.scrollIntoViewIfNeeded(); | ^ 87 | await this.stakeBannerButton.click(); 88 | } 89 | at AccountPage.clickBannerCTA (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/page/account.page.ts:86:34) at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/delegate.spec.ts:43:27
[speculos_tests] › specs/speculos/delegate.spec.ts:30:9 › Delegate › [Solana] Delegate: apps/ledger-live-desktop/tests/specs/speculos/delegate.spec.ts#L1
3) [speculos_tests] › specs/speculos/delegate.spec.ts:30:9 › Delegate › [Solana] Delegate ──────── Error: connect ECONNREFUSED 127.0.0.1:30102 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)
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Ethereum] 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 › [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') 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 › [Ethereum] 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 › [Ethereum] 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/receive.address.spec.ts:27:9 › Receive › [Ethereum] 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 › [Ethereum] Receive › Verify receive address correctness 0xB9051f83AC6e147924377BBEebd1Aa7aB43a67F6 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
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 › [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 #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 › [Tezos] 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 › [Tezos] Receive ──── 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 › [Tezos] Receive: apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L1
3) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Tezos] Receive ──── Error: ENOENT: no such file or directory, copyfile 'tests/artifacts/ Tezos Receive.json' -> '/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/receive.address-Receive-Tezos-Receive-speculos-tests/attachments/Test-logs-29c8b2574db5b9ad1053b72a3f55dd69a3ac136d.json'
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Tezos] 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 › [Tezos] Receive ──── 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 › [Tezos] 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 › [Tezos] Receive ──── 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
Report and Notify
The following actions use a deprecated Node.js version and will be forced to run on node20: slackapi/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🎭 Playwright Run Summary
1 flaky [speculos_tests] › specs/speculos/subAccount.spec.ts:32:9 › Add subAccount without parent › Add Sub Account without parent (Stellar) - usdc 30 passed (3.7m)
🎭 Playwright Run Summary
3 flaky [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Cardano] Add account [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Solana] Add account [speculos_tests] › specs/speculos/delegate.spec.ts:30:9 › Delegate › [Solana] Delegate ───────── 28 passed (4.7m)
🎭 Playwright Run Summary
3 failed [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Ethereum] Receive ── [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Polkadot] Receive ── [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Tezos] Receive ───── 2 flaky [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Solana] Receive ──── [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Tron] Receive ────── 26 passed (6.2m)
Allure report URL
https://ledger-live.allure.green.ledgerlabs.net/allure/reports/6b979159-1174-4859-b851-930d8c2939c8/

Artifacts

Produced during runtime
Name Size
allure-results-1 Expired
1.61 MB
allure-results-2 Expired
23 MB
allure-results-3 Expired
2.92 MB