@Desktop • UI e2e • Test App triggered by gbecerra-ledger on ref develop #1313
Annotations
3 errors and 1 notice
Run playwright tests [Linux => xvfb-run]
Error: test.step() can only be called from a test
at ../misc/reporters/step.ts:28
26 | : `${this.constructor.name}.${context.name as string}`;
27 |
> 28 | return test.step(name, async () => target.call(this, ...args), { box: true });
| ^
29 | }
30 |
31 | return replacementMethod;
at OnboardingPage.waitForLaunch (/home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/misc/reporters/step.ts:28:19)
at globalTeardown (/home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/utils/global.teardown.ts:26:36)
|
Run playwright tests [Linux => xvfb-run]:
e2e/desktop/tests/specs/delegate.spec.ts#L275
1) tests/specs/delegate.spec.ts:259:7 › e2e delegation - Tezos › Tezos Delegation › Sign Delegation Transaction
Error: ElementNotFoundException: Element with text "Accept" not found on speculos screen
273 | await app.delegate.verifyTezosDelegateInfos(account.provider);
274 | await app.delegate.continue();
> 275 | await app.speculos.signDelegationTransaction(account);
| ^
276 | await app.delegate.verifySuccessMessage();
277 | await app.delegate.clickViewDetailsButton();
278 | await app.drawer.waitForDrawerToBeVisible();
at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/delegate.spec.ts:275:26
|
Run playwright tests [Linux => xvfb-run]
Process completed with exit code 1.
|
Run playwright tests [Linux => xvfb-run]
1 flaky
tests/specs/delegate.spec.ts:259:7 › e2e delegation - Tezos › Tezos Delegation ─────────────────
4 passed (2.2m)
|
Loading