Skip to content

@Desktop • UI e2e • Test App triggered by ypolishchuk-ledger on ref test/parallelization #205

@Desktop • UI e2e • Test App triggered by ypolishchuk-ledger on ref test/parallelization

@Desktop • UI e2e • Test App triggered by ypolishchuk-ledger on ref test/parallelization #205

Manually triggered June 26, 2024 10:22
Status Failure
Total duration 10m 52s
Artifacts 3

test-ui-e2e-only-desktop.yml

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

Annotations

7 errors, 5 warnings, and 3 notices
Desktop Tests E2E (Ubuntu) (1, 3)
Testing stopped early after 5 maximum allowed failures.
[speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Ethereum Classic] Add account: apps/ledger-live-desktop/tests/page/modal/add.account.modal.ts#L68
1) [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Ethereum Classic] Add account › Wait for sync TimeoutError: locator.waitFor: Timeout 99000ms exceeded. Call log: - waiting for getByTestId('add-accounts-import-add-button') to be visible at page/modal/add.account.modal.ts:68 66 | async waitForSync() { 67 | await this.stopButton.waitFor({ state: "hidden" }); > 68 | await this.addAccountsButton.waitFor({ state: "visible" }); | ^ 69 | } 70 | 71 | @step("Check that add account modal elements are visible") at AddAccountModal.waitForSync (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/page/modal/add.account.modal.ts:68:34) at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/misc/reporters/step.ts:30:18 at AddAccountModal.selectCurrency (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/page/modal/add.account.modal.ts:45:5) at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:36:7
[speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Ethereum Classic] Add account: apps/ledger-live-desktop/tests/page/modal/add.account.modal.ts#L68
1) [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Ethereum Classic] Add account › Wait for sync Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 99000ms exceeded. Call log: - waiting for getByTestId('add-accounts-import-add-button') to be visible at page/modal/add.account.modal.ts:68 66 | async waitForSync() { 67 | await this.stopButton.waitFor({ state: "hidden" }); > 68 | await this.addAccountsButton.waitFor({ state: "visible" }); | ^ 69 | } 70 | 71 | @step("Check that add account modal elements are visible") at AddAccountModal.waitForSync (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/page/modal/add.account.modal.ts:68:34) at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/misc/reporters/step.ts:30:18 at AddAccountModal.selectCurrency (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/page/modal/add.account.modal.ts:45:5) at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:36:7
[speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Ethereum Classic] Add account: apps/ledger-live-desktop/tests/page/modal/add.account.modal.ts#L68
1) [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Ethereum Classic] Add account › Wait for sync Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 99000ms exceeded. Call log: - waiting for getByTestId('add-accounts-import-add-button') to be visible at page/modal/add.account.modal.ts:68 66 | async waitForSync() { 67 | await this.stopButton.waitFor({ state: "hidden" }); > 68 | await this.addAccountsButton.waitFor({ state: "visible" }); | ^ 69 | } 70 | 71 | @step("Check that add account modal elements are visible") at AddAccountModal.waitForSync (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/page/modal/add.account.modal.ts:68:34) at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/misc/reporters/step.ts:30:18 at AddAccountModal.selectCurrency (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/page/modal/add.account.modal.ts:45:5) at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:36:7
[speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Polkadot] Add account: apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L1
2) [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Polkadot] Add account Test timeout of 190000ms exceeded.
[speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Stellar] Add account: apps/ledger-live-desktop/tests/page/modal/add.account.modal.ts#L57
3) [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Stellar] 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() at page/modal/add.account.modal.ts:57 55 | async getFirstAccountName() { 56 | await this.page.waitForTimeout(500); > 57 | return await this.accountsList.locator("input").first().inputValue(); | ^ 58 | } 59 | 60 | @step("Click `Done` button") at AddAccountModal.getFirstAccountName (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/page/modal/add.account.modal.ts:57:61) at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/misc/reporters/step.ts:30:18 at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:37:26
Desktop Tests E2E (Ubuntu) (1, 3)
Process completed with exit code 1.
Desktop Tests E2E (Ubuntu) (3, 3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: aws-actions/configure-aws-credentials@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Desktop Tests E2E (Ubuntu) (2, 3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: aws-actions/configure-aws-credentials@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Slow Test: apps/ledger-live-desktop/[speculos_tests] › specs/speculos/send.tx.spec.ts#L1
apps/ledger-live-desktop/[speculos_tests] › specs/speculos/send.tx.spec.ts took 2.4m
Slow Test: apps/ledger-live-desktop/[speculos_tests] › specs/speculos/subAccount.spec.ts#L1
apps/ledger-live-desktop/[speculos_tests] › specs/speculos/subAccount.spec.ts took 1.7m
Desktop Tests E2E (Ubuntu) (1, 3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: aws-actions/configure-aws-credentials@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
8 skipped 9 passed (1.5m)
🎭 Playwright Run Summary
9 skipped 8 passed (2.6m)
🎭 Playwright Run Summary
1 failed [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Ethereum Classic] Add account 2 flaky [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Polkadot] Add account [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Stellar] Add account 15 passed (6.2m)

Artifacts

Produced during runtime
Name Size
allure-results-1 Expired
552 KB
allure-results-2 Expired
220 KB
allure-results-3 Expired
43.5 KB