Skip to content

Commit 8cf3a52

Browse files
jlenipsiemens
authored andcommitted
Update zemu snapshots
1 parent 4026389 commit 8cf3a52

File tree

185 files changed

+13
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+13
-13
lines changed

tests_zemu/tests/test.js

+13-13
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const APP_PATH = Resolve("../app/bin/app.elf");
2626
const APP_SEED = "equip will roof matter pink blind book anxiety banner elbow sun young"
2727
const simOptions = {
2828
logging: true,
29-
start_delay: 3000,
29+
start_delay: 1500,
3030
custom: `-s "${APP_SEED}"`
3131
, X11: true
3232
};
@@ -393,7 +393,7 @@ describe('Basic checks', function () {
393393
// Wait until we are not in the main menu
394394
await sim.waitUntilScreenIsNot(sim.getMainMenuSnapshot());
395395

396-
await sim.compareSnapshotsAndAccept(".", "sign_secp256k1_basic_verify_transfer_sha2_256", 12);
396+
await sim.compareSnapshotsAndAccept(".", "sign_secp256k1_basic_verify_transfer_sha2_256", 13);
397397

398398
let resp = await signatureRequest;
399399
console.log(resp);
@@ -444,7 +444,7 @@ describe('Basic checks', function () {
444444
// Wait until we are not in the main menu
445445
await sim.waitUntilScreenIsNot(sim.getMainMenuSnapshot());
446446

447-
await sim.compareSnapshotsAndAccept(".", "sign_secp256k1_basic_verify_create_sha2_256", 20);
447+
await sim.compareSnapshotsAndAccept(".", "sign_secp256k1_basic_verify_create_sha2_256", 21);
448448

449449
let resp = await signatureRequest;
450450
console.log(resp);
@@ -495,7 +495,7 @@ describe('Basic checks', function () {
495495
// Wait until we are not in the main menu
496496
await sim.waitUntilScreenIsNot(sim.getMainMenuSnapshot());
497497

498-
await sim.compareSnapshotsAndAccept(".", "sign_secp256k1_basic_verify_addNewKey_sha2_256", 15);
498+
await sim.compareSnapshotsAndAccept(".", "sign_secp256k1_basic_verify_addNewKey_sha2_256", 16);
499499

500500
let resp = await signatureRequest;
501501
console.log(resp);
@@ -546,7 +546,7 @@ describe('Basic checks', function () {
546546
// Wait until we are not in the main menu
547547
await sim.waitUntilScreenIsNot(sim.getMainMenuSnapshot());
548548

549-
await sim.compareSnapshotsAndAccept(".", "sign_secp256k1_basic_verify_transfer_sha3_256", 12);
549+
await sim.compareSnapshotsAndAccept(".", "sign_secp256k1_basic_verify_transfer_sha3_256", 13);
550550

551551
let resp = await signatureRequest;
552552
console.log(resp);
@@ -597,7 +597,7 @@ describe('Basic checks', function () {
597597
// Wait until we are not in the main menu
598598
await sim.waitUntilScreenIsNot(sim.getMainMenuSnapshot());
599599

600-
await sim.compareSnapshotsAndAccept(".", "sign_secp256k1_basic_verify_create_sha3_256", 20);
600+
await sim.compareSnapshotsAndAccept(".", "sign_secp256k1_basic_verify_create_sha3_256", 21);
601601

602602
let resp = await signatureRequest;
603603
console.log(resp);
@@ -648,7 +648,7 @@ describe('Basic checks', function () {
648648
// Wait until we are not in the main menu
649649
await sim.waitUntilScreenIsNot(sim.getMainMenuSnapshot());
650650

651-
await sim.compareSnapshotsAndAccept(".", "sign_secp256k1_basic_verify_addNewKey_sha3_256", 15);
651+
await sim.compareSnapshotsAndAccept(".", "sign_secp256k1_basic_verify_addNewKey_sha3_256", 16);
652652

653653
let resp = await signatureRequest;
654654
console.log(resp);
@@ -760,7 +760,7 @@ describe('Basic checks', function () {
760760
// Wait until we are not in the main menu
761761
await sim.waitUntilScreenIsNot(sim.getMainMenuSnapshot());
762762

763-
await sim.compareSnapshotsAndAccept(".", "sign_p256_basic_verify_transfer_sha2_256", 12);
763+
await sim.compareSnapshotsAndAccept(".", "sign_p256_basic_verify_transfer_sha2_256", 13);
764764

765765
let resp = await signatureRequest;
766766
console.log(resp);
@@ -811,7 +811,7 @@ describe('Basic checks', function () {
811811
// Wait until we are not in the main menu
812812
await sim.waitUntilScreenIsNot(sim.getMainMenuSnapshot());
813813

814-
await sim.compareSnapshotsAndAccept(".", "sign_p256_basic_verify_create_sha2_256", 20);
814+
await sim.compareSnapshotsAndAccept(".", "sign_p256_basic_verify_create_sha2_256", 21);
815815

816816
let resp = await signatureRequest;
817817
console.log(resp);
@@ -862,7 +862,7 @@ describe('Basic checks', function () {
862862
// Wait until we are not in the main menu
863863
await sim.waitUntilScreenIsNot(sim.getMainMenuSnapshot());
864864

865-
await sim.compareSnapshotsAndAccept(".", "sign_p256_basic_verify_addNewKey_sha3_256", 15);
865+
await sim.compareSnapshotsAndAccept(".", "sign_p256_basic_verify_addNewKey_sha3_256", 16);
866866

867867
let resp = await signatureRequest;
868868
console.log(resp);
@@ -913,7 +913,7 @@ describe('Basic checks', function () {
913913
// Wait until we are not in the main menu
914914
await sim.waitUntilScreenIsNot(sim.getMainMenuSnapshot());
915915

916-
await sim.compareSnapshotsAndAccept(".", "sign_p256_basic_verify_transfer_sha3_256", 12);
916+
await sim.compareSnapshotsAndAccept(".", "sign_p256_basic_verify_transfer_sha3_256", 13);
917917

918918
let resp = await signatureRequest;
919919
console.log(resp);
@@ -964,7 +964,7 @@ describe('Basic checks', function () {
964964
// Wait until we are not in the main menu
965965
await sim.waitUntilScreenIsNot(sim.getMainMenuSnapshot());
966966

967-
await sim.compareSnapshotsAndAccept(".", "sign_p256_basic_verify_create_sha3_256", 20);
967+
await sim.compareSnapshotsAndAccept(".", "sign_p256_basic_verify_create_sha3_256", 21);
968968

969969
let resp = await signatureRequest;
970970
console.log(resp);
@@ -1015,7 +1015,7 @@ describe('Basic checks', function () {
10151015
// Wait until we are not in the main menu
10161016
await sim.waitUntilScreenIsNot(sim.getMainMenuSnapshot());
10171017

1018-
await sim.compareSnapshotsAndAccept(".", "sign_p256_basic_verify_addNewKey_sha3_256", 15);
1018+
await sim.compareSnapshotsAndAccept(".", "sign_p256_basic_verify_addNewKey_sha3_256", 16);
10191019

10201020
let resp = await signatureRequest;
10211021
console.log(resp);

0 commit comments

Comments
 (0)