File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22 "name" : " fit-mitchell-rpa" ,
33 "appname" : " REV Import Technology" ,
44 "productName" : " REV Import Technology" ,
5- "version" : " 1.5.86 " ,
5+ "version" : " 1.5.87 " ,
66 "homepage" : " ./" ,
77 "main" : " ./dist/main.js" ,
88 "description" : " Automation for CCC by FIT" ,
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ export class Mitchell_Importer extends Importer {
371371 await snooze ( 250 )
372372
373373
374- await times ( 6 ) . pressKey ( Key . Down ) ; // Select Add New explanation
374+ await times ( 4 ) . pressKey ( Key . Down ) ; // Select Add New explanation
375375 await keyboard . pressKey ( Key . Enter ) ; // Press Add new explanation to open the textarea
376376 await keyboard . releaseKey ( Key . Enter ) ;
377377 await this . typeMitchellValue ( consumableLineNote ) ; // Write the consumableLineNote
@@ -401,7 +401,7 @@ export class Mitchell_Importer extends Importer {
401401 await times ( 2 ) . pressKey ( Key . Down ) ; // Selecting Part Type to be Aftermarket New
402402 await keyboard . pressKey ( Key . Enter ) ; // Select it
403403 await keyboard . releaseKey ( Key . Enter ) ; // Select it
404- await snooze ( 2000 ) ;
404+ await snooze ( 3500 ) ;
405405 this . progressUpdater . update ( ) ;
406406
407407 await this . pressTabButton ( 7 ) ; // focus again on the Part number
@@ -418,7 +418,7 @@ export class Mitchell_Importer extends Importer {
418418
419419 await keyboard . pressKey ( Key . Enter ) ; // press More with Enter to open Dropdown
420420 await keyboard . releaseKey ( Key . Enter ) ;
421- await times ( 6 ) . pressKey ( Key . Down ) ; // Select Add New explanation
421+ await times ( 4 ) . pressKey ( Key . Down ) ; // Select Add New explanation
422422 await keyboard . pressKey ( Key . Enter ) ; // Press Add new explanation to open the textarea
423423 await keyboard . releaseKey ( Key . Enter ) ;
424424 await this . typeMitchellValue ( this . BUNDLED_LINE_NOTE ) ; // Write the default bundled line note
You can’t perform that action at this time.
0 commit comments