Skip to content

@Desktop • Test App triggered by jdabbech-ledger on ref bugfix/8686-guenine-stax-unplugged #20935

@Desktop • Test App triggered by jdabbech-ledger on ref bugfix/8686-guenine-stax-unplugged

@Desktop • Test App triggered by jdabbech-ledger on ref bugfix/8686-guenine-stax-unplugged #20935

Re-run triggered October 18, 2023 08:08
Status Success
Total duration 28m 18s
Artifacts 6
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test-desktop.yml

on: workflow_dispatch
Desktop E2E (Windows)
26m 14s
Desktop E2E (Windows)
Desktop E2E (Linux)
7m 33s
Desktop E2E (Linux)
Desktop E2E (macOS X)
45m 55s
Desktop E2E (macOS X)
Desktop code checks
7m 44s
Desktop code checks
Desktop deadcode check
4m 43s
Desktop deadcode check
Desktop Unit Tests
9m 53s
Desktop Unit Tests
Allure Reports Export on Server
0s
Allure Reports Export on Server
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 2 warnings, and 3 notices
settings/localization.spec.ts:12:5 › Settings: apps/ledger-live-desktop/tests/specs/settings/localization.spec.ts#L39
1) settings/localization.spec.ts:12:5 › Settings › go to settings -> change language with device in English Error: Screenshot comparison failed: 19498 pixels (ratio 0.03 of all image pixels) are different. Call log: - expect.toHaveScreenshot(settings-français-with-device-l10n.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 19498 pixels (ratio 0.03 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 19498 pixels (ratio 0.03 of all image pixels) are different. Expected: /Users/admin/actions-runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/settings/localization.spec.ts-snapshots/settings-français-with-device-l10n-darwin.png Received: /Users/admin/actions-runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/settings-localization-Settings/settings-français-with-device-l10n-actual.png Diff: /Users/admin/actions-runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/settings-localization-Settings/settings-français-with-device-l10n-diff.png 37 | await page.waitForTimeout(3000); 38 | await settingsPage.changeLanguage("Français", "Español"); > 39 | await expect(page).toHaveScreenshot("settings-français-with-device-l10n.png"); | ^ 40 | }); 41 | 42 | await test.step("accept and install language change on device", async () => { at /Users/admin/actions-runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/settings/localization.spec.ts:39:24 at /Users/admin/actions-runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/settings/localization.spec.ts:24:3
accounts\account.spec.ts:18:9 › Accounts @smoke › [XTZ] Add account: apps\ledger-live-desktop\tests\models\DeviceAction.ts#L41
1) accounts\account.spec.ts:18:9 › Accounts @smoke › [XTZ] Add account › [XTZ] Open device app ─── TimeoutError: locator.waitFor: Timeout 30000ms exceeded. =========================== logs =========================== waiting for locator('data-test-id=device-action-loader') to be visible ============================================================ at ..\models\DeviceAction.ts:41 39 | }); 40 | > 41 | await this.loader.waitFor({ state: "visible" }); | ^ 42 | await this.loader.waitFor({ state: "detached" }); 43 | } 44 | at DeviceAction.openApp (C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\models\DeviceAction.ts:41:23) at C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.spec.ts:39:9 at C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.spec.ts:38:7
accounts\account.spec.ts:18:9 › Accounts @smoke › [Tron] Add account: apps\ledger-live-desktop\tests\models\DeviceAction.ts#L41
2) accounts\account.spec.ts:18:9 › Accounts @smoke › [Tron] Add account › [Tron] Open device app ─ TimeoutError: locator.waitFor: Timeout 30000ms exceeded. =========================== logs =========================== waiting for locator('data-test-id=device-action-loader') to be visible ============================================================ at ..\models\DeviceAction.ts:41 39 | }); 40 | > 41 | await this.loader.waitFor({ state: "visible" }); | ^ 42 | await this.loader.waitFor({ state: "detached" }); 43 | } 44 | at DeviceAction.openApp (C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\models\DeviceAction.ts:41:23) at C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.spec.ts:39:9 at C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.spec.ts:38:7
accounts\delegate.smoke.spec.ts:22:7 › Delegate flow › Delegate flow using max amount: apps\ledger-live-desktop\tests\models\Modal.ts#L122
3) 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
Desktop E2E (Windows)
'v8::ObjectTemplate::SetAccessor': Do signature check in accessor
Desktop E2E (Windows)
'<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
🎭 Playwright Run Summary
1 flaky settings/localization.spec.ts:12:5 › Settings ────────────────────────────────────────────────── 3 skipped 56 passed (29.6m)
🎭 Playwright Run Summary
3 skipped 57 passed (2.7m)
🎭 Playwright Run Summary
3 flaky accounts\account.spec.ts:18:9 › Accounts @smoke › [XTZ] Add account ──────────────────────────── accounts\account.spec.ts:18:9 › Accounts @smoke › [Tron] Add account ─────────────────────────── accounts\delegate.smoke.spec.ts:22:7 › Delegate flow › Delegate flow using max amount ────────── 3 skipped 54 passed (5.9m)

Artifacts

Produced during runtime
Name Size
allure-results-linux Expired
1.01 MB
allure-results-macos Expired
1.9 MB
allure-results-windows Expired
1.09 MB
images Expired
730 Bytes
lint Expired
586 KB
summary.json Expired
1.99 KB