Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
v2.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Oct 12, 2021
1 parent 2a3ee71 commit d6d9cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"private": true,
"main": "./.webpack/main.bundle.js",
"version": "2.34.0",
"version": "2.34.2",
"scripts": {
"start:prod": "electron ./.webpack/main.bundle.js",
"start": "cross-env NODE_ENV=development node ./tools/main.js",
Expand Down

2 comments on commit d6d9cdb

@ledger-live-comment-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @gre

Lint outputs ✅

Tests outputs ✅

PASS src/generate-cryptoassets-md.test.js

Test Suites: 1 skipped, 1 passed, 1 of 2 total
Tests: 5 skipped, 1 passed, 6 total
Snapshots: 0 total
Time: 1.719 s
Ran all test suites matching /src/i.

Tests outputs ❌

PASS tests/specs/firmwareupdate.spec.js (98.768 s)
PASS tests/specs/updater.spec.js (123.895 s)
PASS tests/specs/global.spec.js (142.89 s)
PASS tests/specs/accounts/subaccount.spec.js (226.416 s)
PASS tests/specs/walletconnect.spec.js (104.13 s)
PASS tests/specs/settings/passwordlock.spec.js (130.311 s)
PASS tests/specs/manager.spec.js (86.465 s)
PASS tests/specs/swap.spec.js (60.529 s)
PASS tests/specs/settings/settings.spec.js (65.385 s)
PASS tests/specs/settings/developermode.spec.js (330.729 s)
PASS tests/specs/accounts/ethereum.spec.js (338.284 s)
PASS tests/specs/accounts/bitcoin.spec.js (305.599 s)
PASS tests/specs/accounts/cosmos.spec.js (311.688 s)
PASS tests/specs/USBTroubleshooting/windows.spec.js (124.535 s)
PASS tests/specs/USBTroubleshooting/linux.spec.js (127.397 s)
FAIL tests/specs/USBTroubleshooting/mac.spec.js (117.154 s)
● USBTroubleshooting-mac › goes to USBTroubleshooting screen from manager

Expected image to match or be a close match to snapshot but was 1.9803365071614583% different from snapshot (15574 differing pixels).
See diff for details: /home/runner/work/ledger-live-desktop/ledger-live-desktop/tests/specs/__image_snapshots__/__diff_output__/USBTroubleshooting-mac-noHelpPopup-diff.png

   8 |     await mockDeviceEvent({ type: "deviceChange", device: null });
   9 |     // There should be no help component on load
> 10 |     expect(await app.client.screenshot()).toMatchImageSnapshot({
     |                                           ^
  11 |       customSnapshotIdentifier: `USBTroubleshooting-${platform}-noHelpPopup`,
  12 |     });
  13 |     await app.client.pause(25000); // Wait for the timeout to complete

  at Object.<anonymous> (tests/specs/USBTroubleshooting/common.js:10:43)

› 1 snapshot failed.
PASS tests/specs/accounts/tezos.spec.js (320.019 s)
PASS tests/specs/accounts/xrp.spec.js (329.65 s)
PASS tests/specs/accounts/global.spec.js (267.4 s)
PASS tests/specs/onboarding/nanoX.spec.js (271.056 s)
PASS tests/specs/onboarding/nanoS.spec.js (253.607 s)
PASS tests/specs/onboarding/blue.spec.js (237.14 s)

Summary of all failing tests
FAIL tests/specs/USBTroubleshooting/mac.spec.js (117.154 s)
● USBTroubleshooting-mac › goes to USBTroubleshooting screen from manager

Expected image to match or be a close match to snapshot but was 1.9803365071614583% different from snapshot (15574 differing pixels).
See diff for details: /home/runner/work/ledger-live-desktop/ledger-live-desktop/tests/specs/__image_snapshots__/__diff_output__/USBTroubleshooting-mac-noHelpPopup-diff.png

   8 |     await mockDeviceEvent({ type: "deviceChange", device: null });
   9 |     // There should be no help component on load
> 10 |     expect(await app.client.screenshot()).toMatchImageSnapshot({
     |                                           ^
  11 |       customSnapshotIdentifier: `USBTroubleshooting-${platform}-noHelpPopup`,
  12 |     });
  13 |     await app.client.pause(25000); // Wait for the timeout to complete

  at Object.<anonymous> (tests/specs/USBTroubleshooting/common.js:10:43)

Snapshot Summary
› 1 snapshot failed from 1 test suite. Inspect your code changes or run yarn run spectron -u to update them.

Test Suites: 1 failed, 21 passed, 22 total
Tests: 1 failed, 416 passed, 417 total
Snapshots: 1 failed, 350 passed, 351 total
Time: 1164.689 s
Ran all test suites matching /tests/specs/.*.spec.js/i.
error Command failed with exit code 1.

Diff output ❌

USBTroubleshooting-mac-noHelpPopup

Suggested snapshots to update

@ledger-live-comment-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @valpinkman

Lint outputs ✅

Tests outputs ✅

PASS src/generate-cryptoassets-md.test.js

Test Suites: 1 skipped, 1 passed, 1 of 2 total
Tests: 5 skipped, 1 passed, 6 total
Snapshots: 0 total
Time: 2.059 s
Ran all test suites matching /src/i.

Tests outputs ❌

PASS tests/specs/firmwareupdate.spec.js (106.111 s)
PASS tests/specs/updater.spec.js (134.689 s)
PASS tests/specs/global.spec.js (154.402 s)
PASS tests/specs/accounts/subaccount.spec.js (237.601 s)
PASS tests/specs/manager.spec.js (93.236 s)
PASS tests/specs/settings/passwordlock.spec.js (141.747 s)
PASS tests/specs/walletconnect.spec.js (114.725 s)
PASS tests/specs/swap.spec.js (66.312 s)
PASS tests/specs/settings/settings.spec.js (73.348 s)
PASS tests/specs/settings/developermode.spec.js (345.621 s)
PASS tests/specs/accounts/ethereum.spec.js (345.078 s)
PASS tests/specs/accounts/bitcoin.spec.js (325.484 s)
PASS tests/specs/accounts/cosmos.spec.js (329.363 s)
FAIL tests/specs/USBTroubleshooting/windows.spec.js (134.517 s)
● USBTroubleshooting-windows › goes to USBTroubleshooting screen from manager

Expected image to match or be a close match to snapshot but was 1.9803365071614583% different from snapshot (15574 differing pixels).
See diff for details: /home/runner/work/ledger-live-desktop/ledger-live-desktop/tests/specs/__image_snapshots__/__diff_output__/USBTroubleshooting-windows-noHelpPopup-diff.png

   8 |     await mockDeviceEvent({ type: "deviceChange", device: null });
   9 |     // There should be no help component on load
> 10 |     expect(await app.client.screenshot()).toMatchImageSnapshot({
     |                                           ^
  11 |       customSnapshotIdentifier: `USBTroubleshooting-${platform}-noHelpPopup`,
  12 |     });
  13 |     await app.client.pause(25000); // Wait for the timeout to complete

  at Object.<anonymous> (tests/specs/USBTroubleshooting/common.js:10:43)
      at runMicrotasks (<anonymous>)

› 1 snapshot failed.
PASS tests/specs/USBTroubleshooting/linux.spec.js (141.359 s)
FAIL tests/specs/USBTroubleshooting/mac.spec.js (130.322 s)
● USBTroubleshooting-mac › goes to USBTroubleshooting screen from manager

Expected image to match or be a close match to snapshot but was 1.9803365071614583% different from snapshot (15574 differing pixels).
See diff for details: /home/runner/work/ledger-live-desktop/ledger-live-desktop/tests/specs/__image_snapshots__/__diff_output__/USBTroubleshooting-mac-noHelpPopup-diff.png

   8 |     await mockDeviceEvent({ type: "deviceChange", device: null });
   9 |     // There should be no help component on load
> 10 |     expect(await app.client.screenshot()).toMatchImageSnapshot({
     |                                           ^
  11 |       customSnapshotIdentifier: `USBTroubleshooting-${platform}-noHelpPopup`,
  12 |     });
  13 |     await app.client.pause(25000); // Wait for the timeout to complete

  at Object.<anonymous> (tests/specs/USBTroubleshooting/common.js:10:43)

› 1 snapshot failed.
PASS tests/specs/accounts/tezos.spec.js (343.493 s)
PASS tests/specs/accounts/xrp.spec.js (346.976 s)
PASS tests/specs/accounts/global.spec.js (289.967 s)
PASS tests/specs/onboarding/nanoX.spec.js (307.023 s)
PASS tests/specs/onboarding/nanoS.spec.js (281.293 s)
PASS tests/specs/onboarding/blue.spec.js (257.821 s)

Summary of all failing tests
FAIL tests/specs/USBTroubleshooting/windows.spec.js (134.517 s)
● USBTroubleshooting-windows › goes to USBTroubleshooting screen from manager

Expected image to match or be a close match to snapshot but was 1.9803365071614583% different from snapshot (15574 differing pixels).
See diff for details: /home/runner/work/ledger-live-desktop/ledger-live-desktop/tests/specs/__image_snapshots__/__diff_output__/USBTroubleshooting-windows-noHelpPopup-diff.png

   8 |     await mockDeviceEvent({ type: "deviceChange", device: null });
   9 |     // There should be no help component on load
> 10 |     expect(await app.client.screenshot()).toMatchImageSnapshot({
     |                                           ^
  11 |       customSnapshotIdentifier: `USBTroubleshooting-${platform}-noHelpPopup`,
  12 |     });
  13 |     await app.client.pause(25000); // Wait for the timeout to complete

  at Object.<anonymous> (tests/specs/USBTroubleshooting/common.js:10:43)
      at runMicrotasks (<anonymous>)

FAIL tests/specs/USBTroubleshooting/mac.spec.js (130.322 s)
● USBTroubleshooting-mac › goes to USBTroubleshooting screen from manager

Expected image to match or be a close match to snapshot but was 1.9803365071614583% different from snapshot (15574 differing pixels).
See diff for details: /home/runner/work/ledger-live-desktop/ledger-live-desktop/tests/specs/__image_snapshots__/__diff_output__/USBTroubleshooting-mac-noHelpPopup-diff.png

   8 |     await mockDeviceEvent({ type: "deviceChange", device: null });
   9 |     // There should be no help component on load
> 10 |     expect(await app.client.screenshot()).toMatchImageSnapshot({
     |                                           ^
  11 |       customSnapshotIdentifier: `USBTroubleshooting-${platform}-noHelpPopup`,
  12 |     });
  13 |     await app.client.pause(25000); // Wait for the timeout to complete

  at Object.<anonymous> (tests/specs/USBTroubleshooting/common.js:10:43)

Snapshot Summary
› 2 snapshots failed from 2 test suites. Inspect your code changes or run yarn run spectron -u to update them.

Test Suites: 2 failed, 20 passed, 22 total
Tests: 2 failed, 415 passed, 417 total
Snapshots: 2 failed, 349 passed, 351 total
Time: 1247.938 s
Ran all test suites matching /tests/specs/.*.spec.js/i.
error Command failed with exit code 1.

Diff output ❌

USBTroubleshooting-mac-noHelpPopup

USBTroubleshooting-windows-noHelpPopup

Suggested snapshots to update

Please sign in to comment.