@Desktop • Generate Screenshots triggered by RamyEB on PR 4899 #751
Annotations
3 errors and 1 notice
apps\ledger-live-desktop\tests\models\Modal.ts#L122
1) accounts\delegate.smoke.spec.ts:22:7 › Delegate flow › Delegate flow using max amount › Toggle max amount to be filled in the amount field
TimeoutError: locator.click: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for locator('id=delegate-continue-button')
locator resolved to <button disabled font-size="4" class="sc-iIPllB jbhNrx" …>…</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
at ..\models\Modal.ts:122
120 |
121 | async continueDelegate() {
> 122 | await this.delegateContinueButton.click();
| ^
123 | }
124 |
125 | async getSpendableBannerValue() {
at Modal.continueDelegate (C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\models\Modal.ts:122:39)
at C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\delegate.smoke.spec.ts:34:23
at C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\delegate.smoke.spec.ts:33:16
|
apps\ledger-live-desktop\tests\specs\families\ethereum.spec.ts#L38
2) families\ethereum.spec.ts:8:5 › Send flow ─────────────────────────────────────────────────────
Error: locator.isVisible: Target closed
=========================== logs ===========================
checking visibility of locator('[data-test-id=modal-container][style*="opacity: 1"][style*="transform: scale(1)"]').getByText('Max Network fees')
============================================================
36 | .soft(sendModal.container)
37 | .toHaveScreenshot("send-modal-eth-max-network-fees-2.png");
> 38 | expect(sendModal.container.getByText("Max Network fees").isVisible()).toBeFalsy;
| ^
39 | });
40 | });
41 |
at C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\families\ethereum.spec.ts:38:62
at C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\families\ethereum.spec.ts:12:3
|
apps\ledger-live-desktop\tests\specs\services\liveapp-sdk.spec.ts#L110
3) services\liveapp-sdk.spec.ts:34:5 › Live App SDK methods @smoke › Sign bitcoin Transaction - confirmation modal
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=0.0000123')
108 | await layout.waitForLoadingSpinnerToHaveDisappeared();
109 | await modal.waitForConfirmationScreenToBeDisplayed();
> 110 | await expect(page.locator("text=0.0000123")).toBeVisible();
| ^
111 | await expect(page.locator("text=0.0000025")).toBeVisible();
112 | // This screenshot is flaky as the loading spinner appears again after this confirm modal, and on slow CI runners the screenshot can take a picture of this instead of the confirm.
113 | // await expect.soft(page).toHaveScreenshot("live-app-sign-transaction-confirm.png");
at C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\services\liveapp-sdk.spec.ts:110:50
at C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\services\liveapp-sdk.spec.ts:106:3
|
3 flaky
accounts\delegate.smoke.spec.ts:22:7 › Delegate flow › Delegate flow using max amount ──────────
families\ethereum.spec.ts:8:5 › Send flow ──────────────────────────────────────────────────────
services\liveapp-sdk.spec.ts:34:5 › Live App SDK methods @smoke ────────────────────────────────
3 skipped
55 passed (5.5m)
|
The logs for this run have expired and are no longer available.
Loading