@Desktop • UI e2e • Test App triggered by VicAlbr on ref support/update-operations-checks #732
test-ui-e2e-only-desktop.yml
on: workflow_dispatch
Matrix: Desktop Tests E2E (Ubuntu)
Upload to Xray
0s
Notify to slack
0s
Annotations
28 errors and 4 notices
[speculos_tests] › specs/speculos/delegate.spec.ts:74:11 › Delegate flows › Delegate › [NEAR] Delegate:
apps/ledger-live-desktop/tests/specs/speculos/delegate.spec.ts#L1
1) [speculos_tests] › specs/speculos/delegate.spec.ts:74:11 › Delegate flows › Delegate › [NEAR] Delegate
Test timeout of 400000ms exceeded while setting up "electronApp".
|
[speculos_tests] › specs/speculos/delegate.spec.ts:74:11 › Delegate flows › Delegate › [NEAR] Delegate:
apps/ledger-live-desktop/tests/specs/speculos/delegate.spec.ts#L107
1) [speculos_tests] › specs/speculos/delegate.spec.ts:74:11 › Delegate flows › Delegate › [NEAR] Delegate
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 120000ms exceeded.
Call log:
- waiting for locator('[data-testid^=\'operation-row-\']').filter({ hasText: 'Delegated' }).first()
105 |
106 | await app.layout.syncAccounts();
> 107 | await app.account.clickOnLastOperation("Delegated");
| ^
108 | await app.delegateDrawer.expectDelegationInfos(account.delegate);
109 | },
110 | );
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/delegate.spec.ts:107:29
|
[speculos_tests] › specs/speculos/delegate.spec.ts:74:11 › Delegate flows › Delegate › [NEAR] Delegate:
apps/ledger-live-desktop/tests/specs/speculos/delegate.spec.ts#L97
1) [speculos_tests] › specs/speculos/delegate.spec.ts:74:11 › Delegate flows › Delegate › [NEAR] Delegate
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: ElementNotFoundException: Element with text "Continue to actions" not found on speculos screen
95 | await app.modal.countinueSendAmount();
96 |
> 97 | await app.speculos.signDelegationTransaction(account.delegate);
| ^
98 | await app.delegate.clickViewDetailsButton();
99 |
100 | await app.drawer.waitForDrawerToBeVisible();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/delegate.spec.ts:97: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#L1
2) [speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Solana] Add account
Test timeout of 400000ms exceeded while setting up "electronApp".
|
[speculos_tests] › specs/speculos/delete.account.spec.ts:39:9 › Delete Accounts › [Algorand] Delete Account:
apps/ledger-live-desktop/tests/specs/speculos/delete.account.spec.ts#L1
3) [speculos_tests] › specs/speculos/delete.account.spec.ts:39:9 › Delete Accounts › [Algorand] Delete Account
Test timeout of 400000ms exceeded while setting up "electronApp".
|
[speculos_tests] › specs/speculos/nft.spec.ts:129:9 › The user displays all the nfts from his account › User displays all the nfts from his Ethereum account:
apps/ledger-live-desktop/tests/specs/speculos/nft.spec.ts#L1
4) [speculos_tests] › specs/speculos/nft.spec.ts:129:9 › The user displays all the nfts from his account › User displays all the nfts from his Ethereum account
Test timeout of 400000ms exceeded while setting up "electronApp".
|
[speculos_tests] › specs/speculos/nft.spec.ts:164:9 › The user displays his nft collection › User displays his Polygon nft collection:
apps/ledger-live-desktop/tests/specs/speculos/nft.spec.ts#L1
5) [speculos_tests] › specs/speculos/nft.spec.ts:164:9 › The user displays his nft collection › User displays his Polygon nft collection
Test timeout of 400000ms exceeded while setting up "electronApp".
|
Desktop Tests E2E (Ubuntu) (1, 3)
Process completed with exit code 1.
|
[speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Polygon 1 to Polygon 2:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L282
1) [speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Polygon 1 to Polygon 2 › Verify that the information of the transaction is visible
Error: Timed out 41000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('amountReceived-drawer')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 41000ms
- waiting for getByTestId('amountReceived-drawer')
280 | );
281 | await app.account.clickOnLastOperation("Received");
> 282 | await app.sendDrawer.expectReceiverInfos(transaction.transaction);
| ^
283 | },
284 | );
285 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:282:32
|
[speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Polygon 1 to Polygon 2:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L282
1) [speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Polygon 1 to Polygon 2 › Verify that the information of the transaction is visible
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 41000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('amountReceived-drawer')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 41000ms
- waiting for getByTestId('amountReceived-drawer')
280 | );
281 | await app.account.clickOnLastOperation("Received");
> 282 | await app.sendDrawer.expectReceiverInfos(transaction.transaction);
| ^
283 | },
284 | );
285 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:282:32
|
[speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Polygon 1 to Polygon 2:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L282
1) [speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Polygon 1 to Polygon 2 › Verify that the information of the transaction is visible
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 41000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('amountReceived-drawer')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 41000ms
- waiting for getByTestId('amountReceived-drawer')
280 | );
281 | await app.account.clickOnLastOperation("Received");
> 282 | await app.sendDrawer.expectReceiverInfos(transaction.transaction);
| ^
283 | },
284 | );
285 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:282:32
|
[speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Cardano 1 to Cardano 1:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L266
2) [speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Cardano 1 to Cardano 1
TypeError: Cannot read properties of undefined (reading 'includes')
264 | await app.send.clickContinueToDevice();
265 |
> 266 | await app.speculos.signSendTransaction(transaction.transaction);
| ^
267 | await app.send.expectTxSent();
268 | await app.account.navigateToViewDetails();
269 | await app.sendDrawer.addressValueIsVisible(
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:266:30
|
[speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Cardano 1 to Cardano 1:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L282
2) [speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Cardano 1 to Cardano 1
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 41000ms waiting for expect(locator).toBeVisible()
Locator: locator('[data-testid="drawer-content"]').locator('text=addr1q9q9q55zyew785z6c2lnrhnzghy038r6mepmqn6v28kupk5ug4c7v5lwwfjwgn4mnpzgmhrhp8xry804kuvfh6ru2ews8d5td8')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 41000ms
- waiting for locator('[data-testid="drawer-content"]').locator('text=addr1q9q9q55zyew785z6c2lnrhnzghy038r6mepmqn6v28kupk5ug4c7v5lwwfjwgn4mnpzgmhrhp8xry804kuvfh6ru2ews8d5td8')
280 | );
281 | await app.account.clickOnLastOperation("Received");
> 282 | await app.sendDrawer.expectReceiverInfos(transaction.transaction);
| ^
283 | },
284 | );
285 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:282:32
|
[speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Cardano 1 to Cardano 1:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L282
2) [speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Cardano 1 to Cardano 1
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 41000ms waiting for expect(locator).toBeVisible()
Locator: locator('[data-testid="drawer-content"]').locator('text=addr1q9q9q55zyew785z6c2lnrhnzghy038r6mepmqn6v28kupk5ug4c7v5lwwfjwgn4mnpzgmhrhp8xry804kuvfh6ru2ews8d5td8')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 41000ms
- waiting for locator('[data-testid="drawer-content"]').locator('text=addr1q9q9q55zyew785z6c2lnrhnzghy038r6mepmqn6v28kupk5ug4c7v5lwwfjwgn4mnpzgmhrhp8xry804kuvfh6ru2ews8d5td8')
280 | );
281 | await app.account.clickOnLastOperation("Received");
> 282 | await app.sendDrawer.expectReceiverInfos(transaction.transaction);
| ^
283 | },
284 | );
285 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:282:32
|
[speculos_tests] › specs/speculos/receive.address.spec.ts:38:9 › Receive › [Polkadot] Receive:
apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L68
3) [speculos_tests] › specs/speculos/receive.address.spec.ts:38:9 › Receive › [Polkadot] Receive › Retrieve address displayed
TimeoutError: locator.textContent: Timeout 120000ms exceeded.
Call log:
- waiting for locator('#address-field')
66 | }
67 | await app.modal.continue();
> 68 | const displayedAddress = await app.receive.getAddressDisplayed();
| ^
69 | await app.receive.expectValidReceiveAddress(displayedAddress);
70 |
71 | await app.speculos.expectValidAddressDevice(account.account, displayedAddress);
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts:68:52
|
[speculos_tests] › specs/speculos/receive.address.spec.ts:38:9 › Receive › [Tezos] Receive:
apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L1
4) [speculos_tests] › specs/speculos/receive.address.spec.ts:38:9 › Receive › [Tezos] Receive ────
Test timeout of 400000ms exceeded while setting up "electronApp".
|
[speculos_tests] › specs/speculos/receive.address.spec.ts:94:7 › Receive › TRX empty balance Receive displays address activation warning message:
apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L1
5) [speculos_tests] › specs/speculos/receive.address.spec.ts:94:7 › Receive › TRX empty balance Receive displays address activation warning message
Test timeout of 400000ms exceeded while setting up "electronApp".
|
[speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Algorand 1 to Algorand 2:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L1
6) [speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Algorand 1 to Algorand 2
Test timeout of 400000ms exceeded while setting up "electronApp".
|
[speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Ethereum:
apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts#L230
1) [speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Ethereum › Verify swap completion: Ethereum
Error: Timed out 41000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('swap-completed-message')
Expected string: "Transaction broadcast successfully"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 41000ms
- waiting for getByTestId('swap-completed-message')
228 | await performSwapUntilDeviceVerificationStep(app, electronApp, swap);
229 | await app.speculos.verifyAmountsAndAcceptSwap(swap);
> 230 | await app.swapDrawer.verifyExchangeCompletedTextContent(swap.accountToCredit.currency.name);
| ^
231 | },
232 | );
233 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts:230:30
|
[speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Ethereum:
apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts#L230
1) [speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Ethereum › Verify swap completion: Ethereum
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 41000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('swap-completed-message')
Expected string: "Transaction broadcast successfully"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 41000ms
- waiting for getByTestId('swap-completed-message')
228 | await performSwapUntilDeviceVerificationStep(app, electronApp, swap);
229 | await app.speculos.verifyAmountsAndAcceptSwap(swap);
> 230 | await app.swapDrawer.verifyExchangeCompletedTextContent(swap.accountToCredit.currency.name);
| ^
231 | },
232 | );
233 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts:230:30
|
[speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Ethereum:
apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts#L230
1) [speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Ethereum › Verify swap completion: Ethereum
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 41000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('swap-completed-message')
Expected string: "Transaction broadcast successfully"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 41000ms
- waiting for getByTestId('swap-completed-message')
228 | await performSwapUntilDeviceVerificationStep(app, electronApp, swap);
229 | await app.speculos.verifyAmountsAndAcceptSwap(swap);
> 230 | await app.swapDrawer.verifyExchangeCompletedTextContent(swap.accountToCredit.currency.name);
| ^
231 | },
232 | );
233 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts:230:30
|
[speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Solana:
apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts#L230
2) [speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Solana › Verify swap completion: Solana
Error: Timed out 41000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('swap-completed-message')
Expected string: "Transaction broadcast successfully"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 41000ms
- waiting for getByTestId('swap-completed-message')
228 | await performSwapUntilDeviceVerificationStep(app, electronApp, swap);
229 | await app.speculos.verifyAmountsAndAcceptSwap(swap);
> 230 | await app.swapDrawer.verifyExchangeCompletedTextContent(swap.accountToCredit.currency.name);
| ^
231 | },
232 | );
233 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts:230:30
|
[speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Solana:
apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts#L230
2) [speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Solana › Verify swap completion: Solana
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 41000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('swap-completed-message')
Expected string: "Transaction broadcast successfully"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 41000ms
- waiting for getByTestId('swap-completed-message')
228 | await performSwapUntilDeviceVerificationStep(app, electronApp, swap);
229 | await app.speculos.verifyAmountsAndAcceptSwap(swap);
> 230 | await app.swapDrawer.verifyExchangeCompletedTextContent(swap.accountToCredit.currency.name);
| ^
231 | },
232 | );
233 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts:230:30
|
[speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Solana:
apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts#L230
2) [speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Solana › Verify swap completion: Solana
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 41000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('swap-completed-message')
Expected string: "Transaction broadcast successfully"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 41000ms
- waiting for getByTestId('swap-completed-message')
228 | await performSwapUntilDeviceVerificationStep(app, electronApp, swap);
229 | await app.speculos.verifyAmountsAndAcceptSwap(swap);
> 230 | await app.swapDrawer.verifyExchangeCompletedTextContent(swap.accountToCredit.currency.name);
| ^
231 | },
232 | );
233 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts:230:30
|
[speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Tether USD:
apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts#L230
3) [speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Tether USD
Error: Timed out 41000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('swap-completed-message')
Expected string: "Transaction broadcast successfully"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 41000ms
- waiting for getByTestId('swap-completed-message')
228 | await performSwapUntilDeviceVerificationStep(app, electronApp, swap);
229 | await app.speculos.verifyAmountsAndAcceptSwap(swap);
> 230 | await app.swapDrawer.verifyExchangeCompletedTextContent(swap.accountToCredit.currency.name);
| ^
231 | },
232 | );
233 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts:230:30
|
[speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Tether USD:
apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts#L447
3) [speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Tether USD
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.textContent: Timeout 120000ms exceeded.
Call log:
- waiting for getByTestId('amountReceived')
445 | await app.swap.clickExchangeButton(electronApp, swap.provider.uiName);
446 |
> 447 | const amountTo = await app.swapDrawer.getAmountToReceive();
| ^
448 | const fees = await app.swapDrawer.getFees();
449 |
450 | swap.setAmountToReceive(amountTo);
at performSwapUntilDeviceVerificationStep (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts:447:41)
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts:228:9
|
[speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Tether USD:
apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts#L230
3) [speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Tether USD
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 41000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('swap-completed-message')
Expected string: "Transaction broadcast successfully"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 41000ms
- waiting for getByTestId('swap-completed-message')
228 | await performSwapUntilDeviceVerificationStep(app, electronApp, swap);
229 | await app.speculos.verifyAmountsAndAcceptSwap(swap);
> 230 | await app.swapDrawer.verifyExchangeCompletedTextContent(swap.accountToCredit.currency.name);
| ^
231 | },
232 | );
233 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts:230:30
|
[speculos_tests] › specs/speculos/subAccount.spec.ts:32:9 › Add subAccount without parent › Add Sub Account without parent (Ethereum) - USDT:
apps/ledger-live-desktop/tests/specs/speculos/subAccount.spec.ts#L1
4) [speculos_tests] › specs/speculos/subAccount.spec.ts:32:9 › Add subAccount without parent › Add Sub Account without parent (Ethereum) - USDT
Test timeout of 400000ms exceeded while setting up "electronApp".
|
🎭 Playwright Run Summary
1 failed
[speculos_tests] › specs/speculos/delegate.spec.ts:74:11 › Delegate flows › Delegate › [NEAR] Delegate
4 flaky
[speculos_tests] › specs/speculos/add.account.spec.ts:31:9 › Add Accounts › [Solana] Add account
[speculos_tests] › specs/speculos/delete.account.spec.ts:39:9 › Delete Accounts › [Algorand] Delete Account
[speculos_tests] › specs/speculos/nft.spec.ts:129:9 › The user displays all the nfts from his account › User displays all the nfts from his Ethereum account
[speculos_tests] › specs/speculos/nft.spec.ts:164:9 › The user displays his nft collection › User displays his Polygon nft collection
39 passed (12.3m)
|
🎭 Playwright Run Summary
2 failed
[speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Polygon 1 to Polygon 2
[speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Cardano 1 to Cardano 1
5 flaky
[speculos_tests] › specs/speculos/receive.address.spec.ts:38:9 › Receive › [Polkadot] Receive ──
[speculos_tests] › specs/speculos/receive.address.spec.ts:38:9 › Receive › [Tezos] Receive ─────
[speculos_tests] › specs/speculos/receive.address.spec.ts:94:7 › Receive › TRX empty balance Receive displays address activation warning message
[speculos_tests] › specs/speculos/send.tx.spec.ts:247:11 › Send flows › Send from 1 account to another › Send from Algorand 1 to Algorand 2
[speculos_tests] › specs/speculos/send.tx.spec.ts:444: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
40 passed (12.4m)
|
🎭 Playwright Run Summary
3 failed
[speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Ethereum
[speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Solana
[speculos_tests] › specs/speculos/swap.spec.ts:215:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Tether USD
2 flaky
[speculos_tests] › specs/speculos/subAccount.spec.ts:32:9 › Add subAccount without parent › Add Sub Account without parent (Ethereum) - USDT
[speculos_tests] › specs/speculos/subAccount.spec.ts:32:9 › Add subAccount without parent › Add Sub Account without parent (Tron) - USDT
35 passed (13.6m)
|
linux Allure report URL
https://ledger-live.allure.green.ledgerlabs.net/allure/reports/f803e8f4-be59-4c6a-aef1-713d0967aa0d/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
allure-results-1
Expired
|
4.56 MB |
|
allure-results-2
Expired
|
11.1 MB |
|
allure-results-3
Expired
|
33.7 MB |
|