@Desktop • UI e2e • Test App triggered by abdurrahman-ledger on ref support/qaa-399_speculos_common_code #783
Annotations
7 errors and 1 notice
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L1
1) [speculos_tests] › specs/speculos/send.tx.spec.ts:356:11 › Send flows › Send token (subAccount) - invalid amount input › Send from Ethereum 2 to Ethereum 1 - invalid amount input
Test timeout of 400000ms exceeded while setting up "electronApp".
|
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L1
2) [speculos_tests] › specs/speculos/send.tx.spec.ts:449:11 › Send flows › Check invalid amount input error › Check "Recipient address is inactive. Send at least 1 XRP to activate it" for XRP - invalid amount 0.1 input error
Test timeout of 400000ms exceeded while setting up "electronApp".
|
libs/live-network/src/network.ts#L130
3) [speculos_tests] › specs/speculos/send.tx.spec.ts:449:11 › Send flows › Check invalid amount input error › Check "Balance cannot be below 1 DOT. Send max to empty account." for Polkadot - invalid amount 1.2 input error
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)
|
libs/live-network/src/network.ts#L130
4) [speculos_tests] › specs/speculos/send.tx.spec.ts:449:11 › Send flows › Check invalid amount input error › Check "Recipient address is inactive. Send at least 1 DOT to activate it" for Polkadot - invalid amount 0.5 input error
LedgerAPI5xx: API HTTP 520 https://polkadot-sidecar.coin.ledger.com/pallets/staking/storage/minNominatorBond
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)
|
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L1
5) [speculos_tests] › specs/speculos/send.tx.spec.ts:538:11 › Send flows › Send funds step 1 (Recipient) - positive cases (Button enabled) › Check button enabled (0.00001 from Cosmos 1 to Cosmos 2) - valid address input (cosmos18sdl4lvyjtvpjkkt5smglux9sf4phdcpaddfae)
Test timeout of 400000ms exceeded while setting up "electronApp".
|
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L1
6) [speculos_tests] › specs/speculos/send.tx.spec.ts:538:11 › Send flows › Send funds step 1 (Recipient) - positive cases (Button enabled) › Check button enabled (0.0001 from Cosmos 1 to Cosmos 2) - valid address input (cosmos18sdl4lvyjtvpjkkt5smglux9sf4phdcpaddfae)
Test timeout of 400000ms exceeded while setting up "electronApp".
|
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L1
7) [speculos_tests] › specs/speculos/send.tx.spec.ts:580:11 › Send flows › Send funds step 1 (Recipient) - negative cases (Button disabled) › Check "Recipient address is the same as the sender address" (from Polkadot 1 to Polkadot 1) - invalid address input error
Test timeout of 400000ms exceeded while setting up "electronApp".
|
7 flaky
[speculos_tests] › specs/speculos/send.tx.spec.ts:356:11 › Send flows › Send token (subAccount) - invalid amount input › Send from Ethereum 2 to Ethereum 1 - invalid amount input
[speculos_tests] › specs/speculos/send.tx.spec.ts:449:11 › Send flows › Check invalid amount input error › Check "Recipient address is inactive. Send at least 1 XRP to activate it" for XRP - invalid amount 0.1 input error
[speculos_tests] › specs/speculos/send.tx.spec.ts:449:11 › Send flows › Check invalid amount input error › Check "Balance cannot be below 1 DOT. Send max to empty account." for Polkadot - invalid amount 1.2 input error
[speculos_tests] › specs/speculos/send.tx.spec.ts:449:11 › Send flows › Check invalid amount input error › Check "Recipient address is inactive. Send at least 1 DOT to activate it" for Polkadot - invalid amount 0.5 input error
[speculos_tests] › specs/speculos/send.tx.spec.ts:538:11 › Send flows › Send funds step 1 (Recipient) - positive cases (Button enabled) › Check button enabled (0.00001 from Cosmos 1 to Cosmos 2) - valid address input (cosmos18sdl4lvyjtvpjkkt5smglux9sf4phdcpaddfae)
[speculos_tests] › specs/speculos/send.tx.spec.ts:538:11 › Send flows › Send funds step 1 (Recipient) - positive cases (Button enabled) › Check button enabled (0.0001 from Cosmos 1 to Cosmos 2) - valid address input (cosmos18sdl4lvyjtvpjkkt5smglux9sf4phdcpaddfae)
[speculos_tests] › specs/speculos/send.tx.spec.ts:580:11 › Send flows › Send funds step 1 (Recipient) - negative cases (Button disabled) › Check "Recipient address is the same as the sender address" (from Polkadot 1 to Polkadot 1) - invalid address input error
41 passed (11.4m)
|
This job succeeded
Loading