@Desktop • UI e2e • Test App triggered by VicAlbr on ref support/fix-swap-ci #743
Annotations
5 errors and 1 notice
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L284
1) [speculos_tests] › specs/speculos/send.tx.spec.ts:248: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')
282 | );
283 | await app.account.selectAndClickOnLastOperation(OperationType.RECEIVED);
> 284 | await app.sendDrawer.expectReceiverInfos(transaction.transaction);
| ^
285 | }
286 | },
287 | );
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:284:34
|
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L284
1) [speculos_tests] › specs/speculos/send.tx.spec.ts:248: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')
282 | );
283 | await app.account.selectAndClickOnLastOperation(OperationType.RECEIVED);
> 284 | await app.sendDrawer.expectReceiverInfos(transaction.transaction);
| ^
285 | }
286 | },
287 | );
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:284:34
|
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L284
1) [speculos_tests] › specs/speculos/send.tx.spec.ts:248: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')
282 | );
283 | await app.account.selectAndClickOnLastOperation(OperationType.RECEIVED);
> 284 | await app.sendDrawer.expectReceiverInfos(transaction.transaction);
| ^
285 | }
286 | },
287 | );
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:284: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]
Process completed with exit code 1.
|
Run playwright tests [Linux => xvfb-run]
1 failed
[speculos_tests] › specs/speculos/send.tx.spec.ts:248:11 › Send flows › Send from 1 account to another › Send from Polygon 1 to Polygon 2
1 flaky
[speculos_tests] › specs/speculos/receive.address.spec.ts:38:9 › Receive › [XRP] Receive ───────
44 passed (7.7m)
|
Loading