@@ -26,7 +26,7 @@ const APP_PATH = Resolve("../app/bin/app.elf");
26
26
const APP_SEED = "equip will roof matter pink blind book anxiety banner elbow sun young"
27
27
const simOptions = {
28
28
logging : true ,
29
- start_delay : 3000 ,
29
+ start_delay : 1500 ,
30
30
custom : `-s "${ APP_SEED } "`
31
31
, X11 : true
32
32
} ;
@@ -393,7 +393,7 @@ describe('Basic checks', function () {
393
393
// Wait until we are not in the main menu
394
394
await sim . waitUntilScreenIsNot ( sim . getMainMenuSnapshot ( ) ) ;
395
395
396
- await sim . compareSnapshotsAndAccept ( "." , "sign_secp256k1_basic_verify_transfer_sha2_256" , 12 ) ;
396
+ await sim . compareSnapshotsAndAccept ( "." , "sign_secp256k1_basic_verify_transfer_sha2_256" , 13 ) ;
397
397
398
398
let resp = await signatureRequest ;
399
399
console . log ( resp ) ;
@@ -444,7 +444,7 @@ describe('Basic checks', function () {
444
444
// Wait until we are not in the main menu
445
445
await sim . waitUntilScreenIsNot ( sim . getMainMenuSnapshot ( ) ) ;
446
446
447
- await sim . compareSnapshotsAndAccept ( "." , "sign_secp256k1_basic_verify_create_sha2_256" , 20 ) ;
447
+ await sim . compareSnapshotsAndAccept ( "." , "sign_secp256k1_basic_verify_create_sha2_256" , 21 ) ;
448
448
449
449
let resp = await signatureRequest ;
450
450
console . log ( resp ) ;
@@ -495,7 +495,7 @@ describe('Basic checks', function () {
495
495
// Wait until we are not in the main menu
496
496
await sim . waitUntilScreenIsNot ( sim . getMainMenuSnapshot ( ) ) ;
497
497
498
- await sim . compareSnapshotsAndAccept ( "." , "sign_secp256k1_basic_verify_addNewKey_sha2_256" , 15 ) ;
498
+ await sim . compareSnapshotsAndAccept ( "." , "sign_secp256k1_basic_verify_addNewKey_sha2_256" , 16 ) ;
499
499
500
500
let resp = await signatureRequest ;
501
501
console . log ( resp ) ;
@@ -546,7 +546,7 @@ describe('Basic checks', function () {
546
546
// Wait until we are not in the main menu
547
547
await sim . waitUntilScreenIsNot ( sim . getMainMenuSnapshot ( ) ) ;
548
548
549
- await sim . compareSnapshotsAndAccept ( "." , "sign_secp256k1_basic_verify_transfer_sha3_256" , 12 ) ;
549
+ await sim . compareSnapshotsAndAccept ( "." , "sign_secp256k1_basic_verify_transfer_sha3_256" , 13 ) ;
550
550
551
551
let resp = await signatureRequest ;
552
552
console . log ( resp ) ;
@@ -597,7 +597,7 @@ describe('Basic checks', function () {
597
597
// Wait until we are not in the main menu
598
598
await sim . waitUntilScreenIsNot ( sim . getMainMenuSnapshot ( ) ) ;
599
599
600
- await sim . compareSnapshotsAndAccept ( "." , "sign_secp256k1_basic_verify_create_sha3_256" , 20 ) ;
600
+ await sim . compareSnapshotsAndAccept ( "." , "sign_secp256k1_basic_verify_create_sha3_256" , 21 ) ;
601
601
602
602
let resp = await signatureRequest ;
603
603
console . log ( resp ) ;
@@ -648,7 +648,7 @@ describe('Basic checks', function () {
648
648
// Wait until we are not in the main menu
649
649
await sim . waitUntilScreenIsNot ( sim . getMainMenuSnapshot ( ) ) ;
650
650
651
- await sim . compareSnapshotsAndAccept ( "." , "sign_secp256k1_basic_verify_addNewKey_sha3_256" , 15 ) ;
651
+ await sim . compareSnapshotsAndAccept ( "." , "sign_secp256k1_basic_verify_addNewKey_sha3_256" , 16 ) ;
652
652
653
653
let resp = await signatureRequest ;
654
654
console . log ( resp ) ;
@@ -760,7 +760,7 @@ describe('Basic checks', function () {
760
760
// Wait until we are not in the main menu
761
761
await sim . waitUntilScreenIsNot ( sim . getMainMenuSnapshot ( ) ) ;
762
762
763
- await sim . compareSnapshotsAndAccept ( "." , "sign_p256_basic_verify_transfer_sha2_256" , 12 ) ;
763
+ await sim . compareSnapshotsAndAccept ( "." , "sign_p256_basic_verify_transfer_sha2_256" , 13 ) ;
764
764
765
765
let resp = await signatureRequest ;
766
766
console . log ( resp ) ;
@@ -811,7 +811,7 @@ describe('Basic checks', function () {
811
811
// Wait until we are not in the main menu
812
812
await sim . waitUntilScreenIsNot ( sim . getMainMenuSnapshot ( ) ) ;
813
813
814
- await sim . compareSnapshotsAndAccept ( "." , "sign_p256_basic_verify_create_sha2_256" , 20 ) ;
814
+ await sim . compareSnapshotsAndAccept ( "." , "sign_p256_basic_verify_create_sha2_256" , 21 ) ;
815
815
816
816
let resp = await signatureRequest ;
817
817
console . log ( resp ) ;
@@ -862,7 +862,7 @@ describe('Basic checks', function () {
862
862
// Wait until we are not in the main menu
863
863
await sim . waitUntilScreenIsNot ( sim . getMainMenuSnapshot ( ) ) ;
864
864
865
- await sim . compareSnapshotsAndAccept ( "." , "sign_p256_basic_verify_addNewKey_sha3_256" , 15 ) ;
865
+ await sim . compareSnapshotsAndAccept ( "." , "sign_p256_basic_verify_addNewKey_sha3_256" , 16 ) ;
866
866
867
867
let resp = await signatureRequest ;
868
868
console . log ( resp ) ;
@@ -913,7 +913,7 @@ describe('Basic checks', function () {
913
913
// Wait until we are not in the main menu
914
914
await sim . waitUntilScreenIsNot ( sim . getMainMenuSnapshot ( ) ) ;
915
915
916
- await sim . compareSnapshotsAndAccept ( "." , "sign_p256_basic_verify_transfer_sha3_256" , 12 ) ;
916
+ await sim . compareSnapshotsAndAccept ( "." , "sign_p256_basic_verify_transfer_sha3_256" , 13 ) ;
917
917
918
918
let resp = await signatureRequest ;
919
919
console . log ( resp ) ;
@@ -964,7 +964,7 @@ describe('Basic checks', function () {
964
964
// Wait until we are not in the main menu
965
965
await sim . waitUntilScreenIsNot ( sim . getMainMenuSnapshot ( ) ) ;
966
966
967
- await sim . compareSnapshotsAndAccept ( "." , "sign_p256_basic_verify_create_sha3_256" , 20 ) ;
967
+ await sim . compareSnapshotsAndAccept ( "." , "sign_p256_basic_verify_create_sha3_256" , 21 ) ;
968
968
969
969
let resp = await signatureRequest ;
970
970
console . log ( resp ) ;
@@ -1015,7 +1015,7 @@ describe('Basic checks', function () {
1015
1015
// Wait until we are not in the main menu
1016
1016
await sim . waitUntilScreenIsNot ( sim . getMainMenuSnapshot ( ) ) ;
1017
1017
1018
- await sim . compareSnapshotsAndAccept ( "." , "sign_p256_basic_verify_addNewKey_sha3_256" , 15 ) ;
1018
+ await sim . compareSnapshotsAndAccept ( "." , "sign_p256_basic_verify_addNewKey_sha3_256" , 16 ) ;
1019
1019
1020
1020
let resp = await signatureRequest ;
1021
1021
console . log ( resp ) ;
0 commit comments