@Desktop • UI e2e • Test App triggered by valber-ledger on ref develop #724
Annotations
5 errors and 1 notice
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts#L45
1) [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Solana] Add account › Get fist account name
TimeoutError: locator.inputValue: Timeout 120000ms exceeded.
Call log:
- waiting for getByTestId('add-accounts-step-import-accounts-list').locator('input').first()
43 | await app.addAccount.expectModalVisiblity();
44 | await app.addAccount.selectCurrency(currency.currency);
> 45 | firstAccountName = await app.addAccount.getFirstAccountName();
| ^
46 |
47 | await app.addAccount.addAccounts();
48 | await app.addAccount.done();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/add.account.spec.ts:45:49
|
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/delegate.spec.ts#L100
2) [speculos_tests] › specs/speculos/delegate.spec.ts:75:11 › Delegate flows › Delegate › [NEAR] Delegate
Error: ElementNotFoundException: Element with text "Continue to actions" not found on speculos screen
98 | await app.modal.countinueSendAmount();
99 |
> 100 | await app.speculos.signDelegationTransaction(account.delegate);
| ^
101 | await app.delegate.clickViewDetailsButton();
102 |
103 | await app.drawer.waitForDrawerToBeVisible();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/delegate.spec.ts:100:30
|
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/delegate.spec.ts#L101
2) [speculos_tests] › specs/speculos/delegate.spec.ts:75:11 › Delegate flows › Delegate › [NEAR] Delegate
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 120000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'View details' })
99 |
100 | await app.speculos.signDelegationTransaction(account.delegate);
> 101 | await app.delegate.clickViewDetailsButton();
| ^
102 |
103 | await app.drawer.waitForDrawerToBeVisible();
104 | await app.delegateDrawer.transactionTypeIsVisible();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/delegate.spec.ts:101:30
|
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/delegate.spec.ts#L1
3) [speculos_tests] › specs/speculos/delegate.spec.ts:135:11 › Delegate flows › Select a validator › [Multiverse X] - Select validator
Test timeout of 400000ms exceeded while setting up "electronApp".
|
Run playwright tests [Linux => xvfb-run]:
libs/live-network/src/network.ts#L130
4) [speculos_tests] › specs/speculos/delete.account.spec.ts:40:9 › Delete Accounts › [Polkadot] Delete Account
LedgerAPI5xx: API HTTP 520 https://polkadot-sidecar.coin.ledger.com/pallets/staking/progress
at ../../../libs/live-network/src/network.ts:130
128 | return (status || "").toString().startsWith("4")
129 | ? new LedgerAPI4xx(msg, obj)
> 130 | : new LedgerAPI5xx(msg, obj);
| ^
131 | };
132 |
133 | const getErrorMessage = (data: Record<string, any>): string | null | undefined => {
at makeError (/home/runner/_work/ledger-live/ledger-live/libs/live-network/src/network.ts:130:7)
at errorInterceptor (/home/runner/_work/ledger-live/ledger-live/libs/live-network/src/network.ts:88:22)
at Axios.request (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:40:14)
at Axios.request (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41)
|
Run playwright tests [Linux => xvfb-run]
4 flaky
[speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Solana] Add account
[speculos_tests] › specs/speculos/delegate.spec.ts:75:11 › Delegate flows › Delegate › [NEAR] Delegate
[speculos_tests] › specs/speculos/delegate.spec.ts:135:11 › Delegate flows › Select a validator › [Multiverse X] - Select validator
[speculos_tests] › specs/speculos/delete.account.spec.ts:40:9 › Delete Accounts › [Polkadot] Delete Account
38 passed (9.3m)
|
Loading