askui 0.28.0 → 0.28.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -464,7 +464,7 @@ class UiControlClient extends dsl_1.ApiCommands {
464
464
  throw error;
465
465
  }
466
466
  yield this.waitFor(waitTime).exec();
467
- yield this.waitUntil(AskUICommand, maxTry - 1);
467
+ yield this.waitUntil(AskUICommand, maxTry - 1, waitTime);
468
468
  }
469
469
  });
470
470
  }
@@ -461,7 +461,7 @@ export class UiControlClient extends ApiCommands {
461
461
  throw error;
462
462
  }
463
463
  yield this.waitFor(waitTime).exec();
464
- yield this.waitUntil(AskUICommand, maxTry - 1);
464
+ yield this.waitUntil(AskUICommand, maxTry - 1, waitTime);
465
465
  }
466
466
  });
467
467
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askui",
3
- "version": "0.28.0",
3
+ "version": "0.28.1",
4
4
  "license": "MIT",
5
5
  "author": "askui GmbH <info@askui.com> (http://www.askui.com/)",
6
6
  "description": "Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on",