@applitools/driver 1.10.0 → 1.10.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.
Files changed (2) hide show
  1. package/dist/driver.js +1 -1
  2. package/package.json +1 -1
package/dist/driver.js CHANGED
@@ -336,7 +336,7 @@ class Driver {
336
336
  return worlds;
337
337
  }
338
338
  this._logger.log(`just one world found, retrying to see if there are others (attempt #${attempt})`);
339
- return this.getWorlds(attempt++);
339
+ await this.getWorlds(attempt + 1);
340
340
  }
341
341
  this._logger.log(`worlds found - ${worlds}`);
342
342
  return worlds;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/driver",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Applitools universal framework wrapper",
5
5
  "keywords": [
6
6
  "applitools",