@Desktop • UI e2e • Test App triggered by VicAlbr on ref support/qaa-355 #727
Annotations
4 errors and 1 notice
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L479
1) [speculos_tests] › specs/speculos/send.tx.spec.ts:457:11 › Send flows › Check invalid amount input error › Check "Recipient address is inactive. Send at least 10 XRP to activate it" for XRP - invalid amount 1 input error › Check if the error message is the same as expected
TimeoutError: locator.waitFor: Timeout 120000ms exceeded.
Call log:
- waiting for locator('id=input-error') to be visible
477 | await app.send.craftTx(transaction.transaction);
478 | await app.send.checkContinueButtonDisabled();
> 479 | await app.layout.checkErrorMessage(transaction.expectedErrorMessage);
| ^
480 | },
481 | );
482 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:479:28
|
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L479
1) [speculos_tests] › specs/speculos/send.tx.spec.ts:457:11 › Send flows › Check invalid amount input error › Check "Recipient address is inactive. Send at least 10 XRP to activate it" for XRP - invalid amount 1 input error › Check if the error message is the same as expected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 120000ms exceeded.
Call log:
- waiting for locator('id=input-error') to be visible
477 | await app.send.craftTx(transaction.transaction);
478 | await app.send.checkContinueButtonDisabled();
> 479 | await app.layout.checkErrorMessage(transaction.expectedErrorMessage);
| ^
480 | },
481 | );
482 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:479:28
|
Run playwright tests [Linux => xvfb-run]:
apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts#L479
1) [speculos_tests] › specs/speculos/send.tx.spec.ts:457:11 › Send flows › Check invalid amount input error › Check "Recipient address is inactive. Send at least 10 XRP to activate it" for XRP - invalid amount 1 input error › Check if the error message is the same as expected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 120000ms exceeded.
Call log:
- waiting for locator('id=input-error') to be visible
477 | await app.send.craftTx(transaction.transaction);
478 | await app.send.checkContinueButtonDisabled();
> 479 | await app.layout.checkErrorMessage(transaction.expectedErrorMessage);
| ^
480 | },
481 | );
482 | });
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts:479:28
|
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:457:11 › Send flows › Check invalid amount input error › Check "Recipient address is inactive. Send at least 10 XRP to activate it" for XRP - invalid amount 1 input error
14 passed (8.1m)
|
Loading