@Desktop • UI e2e • Test App triggered by VicAlbr on ref support/fix-swap-ci #745
Annotations
9 errors and 1 notice
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L291
1) [speculos_tests] › specs/speculos/send.tx.spec.ts:249: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')
289 | );
290 | await app.account.selectAndClickOnLastOperation(OperationType.RECEIVED);
> 291 | await app.sendDrawer.expectReceiverInfos(transaction.transaction);
| ^
292 | }
293 | },
294 | );
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:291:34
|
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L291
1) [speculos_tests] › specs/speculos/send.tx.spec.ts:249: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')
289 | );
290 | await app.account.selectAndClickOnLastOperation(OperationType.RECEIVED);
> 291 | await app.sendDrawer.expectReceiverInfos(transaction.transaction);
| ^
292 | }
293 | },
294 | );
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:291:34
|
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L291
1) [speculos_tests] › specs/speculos/send.tx.spec.ts:249: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')
289 | );
290 | await app.account.selectAndClickOnLastOperation(OperationType.RECEIVED);
> 291 | await app.sendDrawer.expectReceiverInfos(transaction.transaction);
| ^
292 | }
293 | },
294 | );
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:291:34
|
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/receive.address.spec.ts#L68
2) [speculos_tests] › specs/speculos/receive.address.spec.ts:38:9 › Receive › [XRP] 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
|
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L272
3) [speculos_tests] › specs/speculos/send.tx.spec.ts:249:11 › Send flows › Send from 1 account to another › Send from Polkadot 1 to Polkadot 2 › Click `Continue` button
Error: Timed out 41000ms waiting for expect(locator).toBeVisible()
Locator: locator('text=Double-check the transaction details on your Ledger device before signing.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 41000ms
- waiting for locator('text=Double-check the transaction details on your Ledger device before signing.')
270 | await app.send.countinueSendAmount();
271 | await app.send.expectTxInfoValidity(transaction.transaction);
> 272 | await app.send.clickContinueToDevice();
| ^
273 |
274 | await app.speculos.signSendTransaction(transaction.transaction);
275 | await app.send.expectTxSent();
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:272:26
|
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L274
4) [speculos_tests] › specs/speculos/send.tx.spec.ts:249:11 › Send flows › Send from 1 account to another › Send from XRP 1 to XRP 2 › Sign Send Transaction
Error: ElementNotFoundException: Element with text "Sign" not found on speculos screen
272 | await app.send.clickContinueToDevice();
273 |
> 274 | await app.speculos.signSendTransaction(transaction.transaction);
| ^
275 | await app.send.expectTxSent();
276 | await app.account.navigateToViewDetails();
277 | await app.sendDrawer.addressValueIsVisible(
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:274:30
|
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L1
5) [speculos_tests] › specs/speculos/send.tx.spec.ts:319:9 › Send flows › Send token (subAccount) - invalid address input › Send from Algorand 1 to Algorand 2 - invalid address input
Test timeout of 400000ms exceeded while setting up "electronApp".
|
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L1
6) [speculos_tests] › specs/speculos/send.tx.spec.ts:499:9 › Send flows › Verify send max user flow › Check Valid amount input (send max)
Test timeout of 400000ms exceeded while setting up "electronApp".
|
Run playwright tests [Linux => xvfb-run]
Process completed with exit code 1.
|
Run playwright tests [Linux => xvfb-run]
1 failed
[speculos_tests] › specs/speculos/send.tx.spec.ts:249:11 › Send flows › Send from 1 account to another › Send from Polygon 1 to Polygon 2
5 flaky
[speculos_tests] › specs/speculos/receive.address.spec.ts:38:9 › Receive › [XRP] Receive ───────
[speculos_tests] › specs/speculos/send.tx.spec.ts:249:11 › Send flows › Send from 1 account to another › Send from Polkadot 1 to Polkadot 2
[speculos_tests] › specs/speculos/send.tx.spec.ts:249:11 › Send flows › Send from 1 account to another › Send from XRP 1 to XRP 2
[speculos_tests] › specs/speculos/send.tx.spec.ts:319:9 › Send flows › Send token (subAccount) - invalid address input › Send from Algorand 1 to Algorand 2 - invalid address input
[speculos_tests] › specs/speculos/send.tx.spec.ts:499:9 › Send flows › Verify send max user flow › Check Valid amount input (send max)
40 passed (11.3m)
|
Loading