@Desktop • Test App (external) triggered by Sheng-Long on ref forked/fd6792eb0a9041df17da7ff544b1cad5a365a0a9 #212
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test-desktop-external.yml
on: workflow_dispatch
Live Desktop Tests (Ubuntu)
18m 14s
Live Desktop Tests (macOS X)
33m 45s
Live Desktop Tests (Windows)
16m 41s
Ledger Live Desktop Unit Tests
7m 29s
Allure Reports Export on Server
0s
report
1m 31s
Annotations
14 errors, 10 warnings, and 3 notices
[smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account:
apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts#L34
1) [smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account ──────────────────
Error: Screenshot comparison failed:
992 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- expect.soft.toHaveScreenshot(BTC-select.png) with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('[data-test-id=modal-container][style*="opacity: 1"][style*="transform: scale(1)"]')
- locator resolved to <div tabindex="0" class="sc-cTQhss fyhQlv" data-test-…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 992 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('[data-test-id=modal-container][style*="opacity: 1"][style*="transform: scale(1)"]')
- locator resolved to <div tabindex="0" class="sc-cTQhss fyhQlv" data-test-…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 992 pixels (ratio 0.01 of all image pixels) are different.
Expected: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-select-expected.png
Received: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-select-actual.png
Diff: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-select-diff.png
32 | await test.step(`[${currency}] Select currency`, async () => {
33 | await addAccountModal.select(currency);
> 34 | await expect.soft(addAccountModal.container).toHaveScreenshot(`${currency}-select.png`);
| ^
35 | await addAccountModal.continue();
36 | });
37 |
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:34:54
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:32:7
|
[smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account:
apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts#L63
1) [smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account ──────────────────
Error: Screenshot comparison failed:
Expected an image 1016px by 741px, received 1008px by 689px. 62283 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.soft.toHaveScreenshot(BTC-firstAccountPage.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1016px by 741px, received 1008px by 689px. 62283 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1016px by 741px, received 1008px by 689px. 62283 pixels (ratio 0.09 of all image pixels) are different.
Expected: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-firstAccountPage-expected.png
Received: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-firstAccountPage-actual.png
Diff: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-firstAccountPage-diff.png
61 | await layout.goToAccounts();
62 | await accountsPage.navigateToAccountByName(firstAccountName);
> 63 | await expect.soft(page).toHaveScreenshot(`${currency}-firstAccountPage.png`);
| ^
64 | });
65 |
66 | await test.step(`scroll to operations`, async () => {
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:63:33
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:60:7
|
[smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account:
apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts#L68
1) [smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account ──────────────────
Error: Screenshot comparison failed:
Expected an image 1016px by 741px, received 1008px by 689px. 80013 pixels (ratio 0.11 of all image pixels) are different.
Call log:
- expect.soft.toHaveScreenshot(BTC-firstAccountPage-operations.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1016px by 741px, received 1008px by 689px. 80013 pixels (ratio 0.11 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1016px by 741px, received 1008px by 689px. 80013 pixels (ratio 0.11 of all image pixels) are different.
Expected: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-firstAccountPage-operations-expected.png
Received: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-firstAccountPage-operations-actual.png
Diff: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-firstAccountPage-operations-diff.png
66 | await test.step(`scroll to operations`, async () => {
67 | await accountPage.scrollToOperations();
> 68 | await expect.soft(page).toHaveScreenshot(`${currency}-firstAccountPage-operations.png`);
| ^
69 | });
70 |
71 | await test.step(`Delete current account`, async () => {
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:68:33
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:66:7
|
[smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account:
apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts#L73
1) [smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account ──────────────────
Error: Screenshot comparison failed:
Expected an image 1016px by 741px, received 1008px by 689px. 61020 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.soft.toHaveScreenshot(BTC-deleteAccount.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1016px by 741px, received 1008px by 689px. 61020 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1016px by 741px, received 1008px by 689px. 61020 pixels (ratio 0.09 of all image pixels) are different.
Expected: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-deleteAccount-expected.png
Received: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-deleteAccount-actual.png
Diff: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-deleteAccount-diff.png
71 | await test.step(`Delete current account`, async () => {
72 | await accountPage.deleteAccount();
> 73 | await expect.soft(page).toHaveScreenshot(`${currency}-deleteAccount.png`);
| ^
74 | });
75 |
76 | await test.step(`Delete first account from list`, async () => {
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:73:33
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:71:7
|
[smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account:
apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts#L78
1) [smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account ──────────────────
Error: Screenshot comparison failed:
Expected an image 1016px by 741px, received 1008px by 689px. 65088 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.soft.toHaveScreenshot(BTC-deleteAccountFromAccountsList.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1016px by 741px, received 1008px by 689px. 65088 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1016px by 741px, received 1008px by 689px. 65088 pixels (ratio 0.09 of all image pixels) are different.
Expected: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-deleteAccountFromAccountsList-expected.png
Received: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-deleteAccountFromAccountsList-actual.png
Diff: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke\BTC-deleteAccountFromAccountsList-diff.png
76 | await test.step(`Delete first account from list`, async () => {
77 | await accountsPage.deleteFirstAccount();
> 78 | await expect.soft(page).toHaveScreenshot(`${currency}-deleteAccountFromAccountsList.png`);
| ^
79 | });
80 | });
81 | }
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:78:33
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:76:7
|
[smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account:
apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts#L34
1) [smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
992 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- expect.soft.toHaveScreenshot(BTC-select.png) with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('[data-test-id=modal-container][style*="opacity: 1"][style*="transform: scale(1)"]')
- locator resolved to <div tabindex="0" class="sc-cTQhss fyhQlv" data-test-…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 992 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('[data-test-id=modal-container][style*="opacity: 1"][style*="transform: scale(1)"]')
- locator resolved to <div tabindex="0" class="sc-cTQhss fyhQlv" data-test-…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 992 pixels (ratio 0.01 of all image pixels) are different.
Expected: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-select-expected.png
Received: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-select-actual.png
Diff: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-select-diff.png
32 | await test.step(`[${currency}] Select currency`, async () => {
33 | await addAccountModal.select(currency);
> 34 | await expect.soft(addAccountModal.container).toHaveScreenshot(`${currency}-select.png`);
| ^
35 | await addAccountModal.continue();
36 | });
37 |
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:34:54
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:32:7
|
[smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account:
apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts#L63
1) [smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1016px by 741px, received 1008px by 689px. 62283 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.soft.toHaveScreenshot(BTC-firstAccountPage.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1016px by 741px, received 1008px by 689px. 62283 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1016px by 741px, received 1008px by 689px. 62283 pixels (ratio 0.09 of all image pixels) are different.
Expected: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-firstAccountPage-expected.png
Received: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-firstAccountPage-actual.png
Diff: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-firstAccountPage-diff.png
61 | await layout.goToAccounts();
62 | await accountsPage.navigateToAccountByName(firstAccountName);
> 63 | await expect.soft(page).toHaveScreenshot(`${currency}-firstAccountPage.png`);
| ^
64 | });
65 |
66 | await test.step(`scroll to operations`, async () => {
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:63:33
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:60:7
|
[smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account:
apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts#L68
1) [smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1016px by 741px, received 1008px by 689px. 80013 pixels (ratio 0.11 of all image pixels) are different.
Call log:
- expect.soft.toHaveScreenshot(BTC-firstAccountPage-operations.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1016px by 741px, received 1008px by 689px. 80013 pixels (ratio 0.11 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1016px by 741px, received 1008px by 689px. 80013 pixels (ratio 0.11 of all image pixels) are different.
Expected: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-firstAccountPage-operations-expected.png
Received: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-firstAccountPage-operations-actual.png
Diff: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-firstAccountPage-operations-diff.png
66 | await test.step(`scroll to operations`, async () => {
67 | await accountPage.scrollToOperations();
> 68 | await expect.soft(page).toHaveScreenshot(`${currency}-firstAccountPage-operations.png`);
| ^
69 | });
70 |
71 | await test.step(`Delete current account`, async () => {
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:68:33
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:66:7
|
[smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account:
apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts#L73
1) [smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1016px by 741px, received 1008px by 689px. 61020 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.soft.toHaveScreenshot(BTC-deleteAccount.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1016px by 741px, received 1008px by 689px. 61020 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1016px by 741px, received 1008px by 689px. 61020 pixels (ratio 0.09 of all image pixels) are different.
Expected: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-deleteAccount-expected.png
Received: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-deleteAccount-actual.png
Diff: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-deleteAccount-diff.png
71 | await test.step(`Delete current account`, async () => {
72 | await accountPage.deleteAccount();
> 73 | await expect.soft(page).toHaveScreenshot(`${currency}-deleteAccount.png`);
| ^
74 | });
75 |
76 | await test.step(`Delete first account from list`, async () => {
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:73:33
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:71:7
|
[smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account:
apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts#L78
1) [smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1016px by 741px, received 1008px by 689px. 65088 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.soft.toHaveScreenshot(BTC-deleteAccountFromAccountsList.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1016px by 741px, received 1008px by 689px. 65088 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1016px by 741px, received 1008px by 689px. 65088 pixels (ratio 0.09 of all image pixels) are different.
Expected: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-deleteAccountFromAccountsList-expected.png
Received: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-deleteAccountFromAccountsList-actual.png
Diff: D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\artifacts\test-results\accounts-account.smoke-Accounts-BTC-Add-account-smoke-retry1\BTC-deleteAccountFromAccountsList-diff.png
76 | await test.step(`Delete first account from list`, async () => {
77 | await accountsPage.deleteFirstAccount();
> 78 | await expect.soft(page).toHaveScreenshot(`${currency}-deleteAccountFromAccountsList.png`);
| ^
79 | });
80 | });
81 | }
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:78:33
at D:\a\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\accounts\account.smoke.spec.ts:76:7
|
[smoke] › services/earn.smoke.spec.ts:42:5 › Earn:
apps/ledger-live-desktop/tests/specs/services/earn.smoke.spec.ts#L58
1) [smoke] › services/earn.smoke.spec.ts:42:5 › Earn › Navigate to Buy app from portfolio banner ─
Error: Screenshot comparison failed:
5719 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- expect.soft.toHaveScreenshot(earn-app-opened.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 5719 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 5719 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/services-earn.smoke-Earn-smoke/earn-app-opened-expected.png
Received: /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/services-earn.smoke-Earn-smoke/earn-app-opened-actual.png
Diff: /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/services-earn.smoke-Earn-smoke/earn-app-opened-diff.png
56 | true,
57 | );
> 58 | await expect.soft(page).toHaveScreenshot("earn-app-opened.png");
| ^
59 | });
60 | });
61 |
at /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/earn.smoke.spec.ts:58:29
at /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/earn.smoke.spec.ts:51:3
|
[smoke] › services/earn.smoke.spec.ts:42:5 › Earn:
apps/ledger-live-desktop/tests/specs/services/earn.smoke.spec.ts#L58
1) [smoke] › services/earn.smoke.spec.ts:42:5 › Earn › Navigate to Buy app from portfolio banner ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
5719 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- expect.soft.toHaveScreenshot(earn-app-opened.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 5719 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 5719 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/services-earn.smoke-Earn-smoke-retry1/earn-app-opened-expected.png
Received: /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/services-earn.smoke-Earn-smoke-retry1/earn-app-opened-actual.png
Diff: /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/services-earn.smoke-Earn-smoke-retry1/earn-app-opened-diff.png
56 | true,
57 | );
> 58 | await expect.soft(page).toHaveScreenshot("earn-app-opened.png");
| ^
59 | });
60 | });
61 |
at /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/earn.smoke.spec.ts:58:29
at /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/earn.smoke.spec.ts:51:3
|
[smoke] › services/earn.smoke.spec.ts:42:5 › Earn:
apps/ledger-live-desktop/tests/specs/services/earn.smoke.spec.ts#L58
1) [smoke] › services/earn.smoke.spec.ts:42:5 › Earn › Navigate to Buy app from portfolio banner ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
5719 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- expect.soft.toHaveScreenshot(earn-app-opened.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 5719 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 5719 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/services-earn.smoke-Earn-smoke-retry2/earn-app-opened-expected.png
Received: /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/services-earn.smoke-Earn-smoke-retry2/earn-app-opened-actual.png
Diff: /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/services-earn.smoke-Earn-smoke-retry2/earn-app-opened-diff.png
56 | true,
57 | );
> 58 | await expect.soft(page).toHaveScreenshot("earn-app-opened.png");
| ^
59 | });
60 | });
61 |
at /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/earn.smoke.spec.ts:58:29
at /home/runner/work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/earn.smoke.spec.ts:51:3
|
Live Desktop Tests (Ubuntu)
Process completed with exit code 1.
|
Ledger Live Desktop Unit Tests
Failed to restore: Cache service responded with 429
|
Ledger Live Desktop Unit Tests
Failed to restore: Cache service responded with 429
|
Ledger Live Desktop Unit Tests
Failed to restore: Cache service responded with 429
|
Ledger Live Desktop Unit Tests
Failed to restore: Cache service responded with 429
|
Ledger Live Desktop Unit Tests
Failed to restore: Cache service responded with 429
|
Ledger Live Desktop Unit Tests
Failed to restore: Cache service responded with 429
|
Ledger Live Desktop Unit Tests
Failed to restore: Cache service responded with 429
|
Ledger Live Desktop Unit Tests
Failed to restore: Cache service responded with 429
|
Ledger Live Desktop Unit Tests
Failed to restore: Cache service responded with 429
|
Ledger Live Desktop Unit Tests
Failed to restore: Cache service responded with 429
|
🎭 Playwright Run Summary
1 skipped
54 passed (23.4m)
|
🎭 Playwright Run Summary
2 failed
[smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [BTC] Add account ───────────────────
[smoke] › accounts\account.smoke.spec.ts:18:9 › Accounts › [LTC] Add account ───────────────────
53 skipped
|
🎭 Playwright Run Summary
1 failed
[smoke] › services/earn.smoke.spec.ts:42:5 › Earn ──────────────────────────────────────────────
31 skipped
23 passed (9.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
allure-results-linux
Expired
|
3.21 MB |
|
allure-results-macos
Expired
|
93.7 KB |
|
allure-results-windows
Expired
|
14.3 MB |
|
images
Expired
|
2.94 KB |
|
playwright-results-linux
Expired
|
51 MB |
|
playwright-results-windows
Expired
|
33.8 MB |
|
summary.json
Expired
|
4.55 KB |
|