@Desktop • UI e2e • Test App triggered by valber-ledger on ref support/wip-LedegrSync-Speculos #405
test-ui-e2e-only-desktop.yml
on: workflow_dispatch
Matrix: Desktop Tests E2E (Ubuntu)
Annotations
12 errors, 2 warnings, and 4 notices
[speculos_tests] › specs/speculos/subAccount.spec.ts:33:9 › Add subAccount without parent › Add Sub Account without parent (Stellar) - usdc:
apps/ledger-live-desktop/tests/specs/speculos/subAccount.spec.ts#L48
1) [speculos_tests] › specs/speculos/subAccount.spec.ts:33: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-kMribo dkXjZa" 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 was detached from the DOM, retrying
46 |
47 | await app.addAccount.selectToken(token);
> 48 | await app.addAccount.addAccounts();
| ^
49 |
50 | await app.addAccount.done();
51 | await app.layout.goToPortfolio();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/subAccount.spec.ts:48:30
|
Desktop Tests E2E (Ubuntu) (2, 3)
Testing stopped early after 5 maximum allowed failures.
|
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Tezos] Receive:
apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L44
1) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Tezos] Receive › Verify receive address correctness tz1UD2zz5eFTW2Jy26kBnC3ZkdeazUgeFWST
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')
42 | await app.account.clickReceive();
43 | await app.modal.continue();
> 44 | await app.receive.expectValidReceiveAddress(account.address);
| ^
45 |
46 | await app.speculos.expectValidReceiveAddress(account);
47 | await app.receive.expectApproveLabel();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts:44: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#L44
1) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Tezos] Receive › Verify receive address correctness tz1UD2zz5eFTW2Jy26kBnC3ZkdeazUgeFWST
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')
42 | await app.account.clickReceive();
43 | await app.modal.continue();
> 44 | await app.receive.expectValidReceiveAddress(account.address);
| ^
45 |
46 | await app.speculos.expectValidReceiveAddress(account);
47 | await app.receive.expectApproveLabel();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts:44: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
1) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Tezos] Receive › Verify receive address correctness tz1UD2zz5eFTW2Jy26kBnC3ZkdeazUgeFWST
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[speculos_tests] › specs/speculos/send.tx.spec.ts:165:7 › Check invalid address input error › Check invalid address input error for Ethereum:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L181
2) [speculos_tests] › specs/speculos/send.tx.spec.ts:165:7 › Check invalid address input error › Check invalid address input error for Ethereum › Check invalid address error message
Error: Timed out 41000ms waiting for expect(locator).toBeVisible()
Locator: getByText('This is not a valid [object Object] address')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 41000ms
- waiting for getByText('This is not a valid [object Object] address')
179 | await app.account.clickSend();
180 | await app.send.fillRecipient(transactionInvalidAddress.accountToCredit.address);
> 181 | await app.send.checkInvalidAddressError(transactionInvalidAddress);
| ^
182 | },
183 | );
184 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:181:22
|
[speculos_tests] › specs/speculos/send.tx.spec.ts:165:7 › Check invalid address input error › Check invalid address input error for Ethereum:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L181
2) [speculos_tests] › specs/speculos/send.tx.spec.ts:165:7 › Check invalid address input error › Check invalid address input error for Ethereum › Check invalid address error message
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 41000ms waiting for expect(locator).toBeVisible()
Locator: getByText('This is not a valid [object Object] address')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 41000ms
- waiting for getByText('This is not a valid [object Object] address')
179 | await app.account.clickSend();
180 | await app.send.fillRecipient(transactionInvalidAddress.accountToCredit.address);
> 181 | await app.send.checkInvalidAddressError(transactionInvalidAddress);
| ^
182 | },
183 | );
184 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:181:22
|
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Bitcoin Cash] Receive:
apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L44
3) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Bitcoin Cash] Receive › Verify receive address correctness qz82kem69vdafku8xf4zpt9p5ytj8umwpujj7wjcv6
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')
42 | await app.account.clickReceive();
43 | await app.modal.continue();
> 44 | await app.receive.expectValidReceiveAddress(account.address);
| ^
45 |
46 | await app.speculos.expectValidReceiveAddress(account);
47 | await app.receive.expectApproveLabel();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts:44:27
|
Desktop Tests E2E (Ubuntu) (2, 3)
Process completed with exit code 1.
|
[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#L47
1) [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Polkadot] 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-kMribo dkXjZa" 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 was detached from the DOM, retrying
45 | firstAccountName = await app.addAccount.getFirstAccountName();
46 |
> 47 | await app.addAccount.addAccounts();
| ^
48 | await app.addAccount.done();
49 | // Todo: Remove 'if' when CounterValue is fixed for $TON - LIVE-13685
50 | 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:47:30
|
[speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Stellar] Add account:
apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L47
2) [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Stellar] 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-kMribo dkXjZa" 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 stable
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
45 | firstAccountName = await app.addAccount.getFirstAccountName();
46 |
> 47 | await app.addAccount.addAccounts();
| ^
48 | await app.addAccount.done();
49 | // Todo: Remove 'if' when CounterValue is fixed for $TON - LIVE-13685
50 | 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:47:30
|
[speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Solana] Add account:
apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L47
3) [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Solana] 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-kMribo dkXjZa" 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 was detached from the DOM, retrying
45 | firstAccountName = await app.addAccount.getFirstAccountName();
46 |
> 47 | await app.addAccount.addAccounts();
| ^
48 | await app.addAccount.done();
49 | // Todo: Remove 'if' when CounterValue is fixed for $TON - LIVE-13685
50 | 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:47:30
|
Slow Test:
apps/ledger-live-desktop/[speculos_tests] › specs/speculos/manage.ledgersync.spec.ts#L1
apps/ledger-live-desktop/[speculos_tests] › specs/speculos/manage.ledgersync.spec.ts took 1.3m
|
Report and Notify
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@v6. 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:33:9 › Add subAccount without parent › Add Sub Account without parent (Stellar) - usdc
22 passed (3.5m)
|
🎭 Playwright Run Summary
2 failed
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Tezos] Receive ─────
[speculos_tests] › specs/speculos/send.tx.spec.ts:165:7 › Check invalid address input error › Check invalid address input error for Ethereum
1 flaky
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Bitcoin Cash] Receive
20 passed (4.9m)
|
🎭 Playwright Run Summary
3 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
[speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Solana] Add account
21 passed (5.0m)
|
Allure report URL
https://ledger-live.allure.green.ledgerlabs.net/allure/reports/b8f7ff4b-7342-4bbc-87d6-6874a8d1514b/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
allure-results-1
Expired
|
2.51 MB |
|
allure-results-2
Expired
|
8.85 MB |
|
allure-results-3
Expired
|
1.3 MB |
|