@applitools/driver 1.9.31 → 1.9.33

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 +0 -1
  2. package/package.json +3 -3
package/dist/driver.js CHANGED
@@ -626,7 +626,6 @@ class Driver {
626
626
  exports.Driver = Driver;
627
627
  async function makeDriver(options) {
628
628
  const driver = new Driver(options);
629
- await utils.general.sleep(5000);
630
629
  await driver.init();
631
630
  await driver.refreshContexts();
632
631
  return driver;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/driver",
3
- "version": "1.9.31",
3
+ "version": "1.9.33",
4
4
  "description": "Applitools universal framework wrapper",
5
5
  "keywords": [
6
6
  "applitools",
@@ -87,9 +87,9 @@
87
87
  }
88
88
  },
89
89
  "dependencies": {
90
- "@applitools/logger": "1.1.21",
90
+ "@applitools/logger": "1.1.22",
91
91
  "@applitools/snippets": "2.4.5",
92
- "@applitools/types": "1.5.14",
92
+ "@applitools/types": "1.5.15",
93
93
  "@applitools/utils": "1.3.12",
94
94
  "semver": "7.3.7"
95
95
  },