@Desktop • UI e2e • Test App triggered by valber-ledger on ref develop #513
test-ui-e2e-only-desktop.yml
on: schedule
Matrix: Desktop Tests E2E (Ubuntu)
Annotations
18 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 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 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/add.account.spec.ts:34:9 › Add Accounts › [Bitcoin] Add account:
apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L57
1) [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Bitcoin] Add account › Open Account Bitcoin 1
Error: locator.click: Error: strict mode violation: getByTestId('account-component-Bitcoin 1') resolved to 4 elements:
1) <div data-testid="account-component-Bitcoin 1" class="sc-iCiAtz kVihQa accounts-account-row-item-content">…</div> aka getByText('Bitcoin legacyBitcoin 10.')
2) <div data-testid="account-component-Bitcoin 1" class="sc-iCiAtz kVihQa accounts-account-row-item-content">…</div> aka getByText('Bitcoin segwitBitcoin 10.')
3) <div data-testid="account-component-Bitcoin 1" class="sc-iCiAtz kVihQa accounts-account-row-item-content">…</div> aka getByText('Bitcoin taprootBitcoin 10.')
4) <div data-testid="account-component-Bitcoin 1" class="sc-iCiAtz kVihQa accounts-account-row-item-content">…</div> aka getByText('Bitcoin native segwitBitcoin 10.00006205 BTC$3.53+ 4 %')
Call log:
- waiting for getByTestId('account-component-Bitcoin 1')
55 | }
56 | await app.layout.goToAccounts();
> 57 | await app.accounts.navigateToAccountByName(firstAccountName);
| ^
58 | await app.account.expectAccountVisibility(firstAccountName);
59 | await app.account.expectAccountBalance();
60 | await app.account.expectLastOperationsVisibility();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:57:28
|
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Bitcoin] Add account:
apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L57
1) [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Bitcoin] Add account › Open Account Bitcoin 1
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByTestId('account-component-Bitcoin 1') resolved to 4 elements:
1) <div data-testid="account-component-Bitcoin 1" class="sc-iCiAtz kVihQa accounts-account-row-item-content">…</div> aka getByText('Bitcoin legacyBitcoin 10.')
2) <div data-testid="account-component-Bitcoin 1" class="sc-iCiAtz kVihQa accounts-account-row-item-content">…</div> aka getByText('Bitcoin segwitBitcoin 10.')
3) <div data-testid="account-component-Bitcoin 1" class="sc-iCiAtz kVihQa accounts-account-row-item-content">…</div> aka getByText('Bitcoin taprootBitcoin 10.')
4) <div data-testid="account-component-Bitcoin 1" class="sc-iCiAtz kVihQa accounts-account-row-item-content">…</div> aka getByText('Bitcoin native segwitBitcoin 10.00006205 BTC$3.53+ 4 %')
Call log:
- waiting for getByTestId('account-component-Bitcoin 1')
55 | }
56 | await app.layout.goToAccounts();
> 57 | await app.accounts.navigateToAccountByName(firstAccountName);
| ^
58 | await app.account.expectAccountVisibility(firstAccountName);
59 | await app.account.expectAccountBalance();
60 | await app.account.expectLastOperationsVisibility();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:57:28
|
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Bitcoin] Add account:
apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L57
1) [speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Bitcoin] Add account › Open Account Bitcoin 1
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByTestId('account-component-Bitcoin 1') resolved to 4 elements:
1) <div data-testid="account-component-Bitcoin 1" class="sc-iCiAtz kVihQa accounts-account-row-item-content">…</div> aka getByText('Bitcoin legacyBitcoin 10.')
2) <div data-testid="account-component-Bitcoin 1" class="sc-iCiAtz kVihQa accounts-account-row-item-content">…</div> aka getByText('Bitcoin segwitBitcoin 10.')
3) <div data-testid="account-component-Bitcoin 1" class="sc-iCiAtz kVihQa accounts-account-row-item-content">…</div> aka getByText('Bitcoin taprootBitcoin 10.')
4) <div data-testid="account-component-Bitcoin 1" class="sc-iCiAtz kVihQa accounts-account-row-item-content">…</div> aka getByText('Bitcoin native segwitBitcoin 10.00006205 BTC$3.53+ 4 %')
Call log:
- waiting for getByTestId('account-component-Bitcoin 1')
55 | }
56 | await app.layout.goToAccounts();
> 57 | await app.accounts.navigateToAccountByName(firstAccountName);
| ^
58 | await app.account.expectAccountVisibility(firstAccountName);
59 | await app.account.expectAccountBalance();
60 | await app.account.expectLastOperationsVisibility();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:57:28
|
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [XRP] 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 › [XRP] 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 › [Tezos] 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 › [Tezos] 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
4) [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.
|
[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 ──
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 ──
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#L1
1) [speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [Bitcoin] Receive ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: connect ECONNREFUSED 127.0.0.1:30901
at Function.AxiosError.from (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js:89: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 › [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 ──
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 › [XRP] 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 › [XRP] Receive › Verify receive address correctness rhQvt8XfAGn1hVVtMUmdGKBUdnKzi2oimV
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:61: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#L92
4) [speculos_tests] › specs/speculos/send.tx.spec.ts:61:9 › Send from 1 account to another › Send from Dogecoin 1 to Dogecoin 2 › synchronize accounts
TimeoutError: locator.click: Timeout 99000ms exceeded.
Call log:
- waiting for getByTestId('topbar-synchronize-button')
- locator resolved to <div cursor="not-allowed" data-testid="topbar-synchronize-button" class="sc-aXZVg sc-gEvEer epMRRi jUSoAH sc-bwjutS MbUzs">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sc-aXZVg kXnwkT">…</div> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sc-aXZVg kXnwkT">…</div> intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sc-aXZVg kXnwkT">…</div> intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sc-aXZVg kXnwkT">…</div> intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sc-aXZVg kXnwkT">…</div> intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sc-aXZVg kXnwkT">…</div> intercepts pointer events
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sc-aXZVg kXnwkT">…</div> intercepts pointer events
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sc-aXZVg kXnwkT">…</div> intercepts pointer events
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sc-aXZVg kXnwkT">…</div> intercepts pointer events
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sc-aXZVg kXnwkT">…</div> intercepts pointer events
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sc-aXZVg kXnwkT">…</div> intercepts pointer events
- retrying click action, attempt #11
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if neede
|
Desktop Tests E2E (Ubuntu) (2, 3)
Process completed with exit code 1.
|
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.0m
|
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
23 passed (3.4m)
|
🎭 Playwright Run Summary
1 failed
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Bitcoin] Add account
3 flaky
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [XRP] Add account ──
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Tezos] Add account
[speculos_tests] › specs/speculos/add.account.spec.ts:34:9 › Add Accounts › [Solana] Add account
21 passed (4.6m)
|
🎭 Playwright Run Summary
2 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 › [Polkadot] Receive ──
2 flaky
[speculos_tests] › specs/speculos/receive.address.spec.ts:27:9 › Receive › [XRP] Receive ───────
[speculos_tests] › specs/speculos/send.tx.spec.ts:61:9 › Send from 1 account to another › Send from Dogecoin 1 to Dogecoin 2
21 passed (5.9m)
|
Allure report URL
https://ledger-live.allure.green.ledgerlabs.net/allure/reports/06119870-9136-4e3f-9662-b63a4afddcc5/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
allure-results-1
Expired
|
4.52 MB |
|
allure-results-2
Expired
|
14.6 MB |
|
allure-results-3
Expired
|
1.28 MB |
|