Skip to content

Commit 1e47577

Browse files
authored
Merge pull request #148 from Accedia/develop
Develop
2 parents df6a095 + ea91102 commit 1e47577

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

electron-app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

electron-app/src/utils/mitchell_importer.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)