@cloudscape-design/browser-test-tools 3.0.64 → 3.0.66

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.
@@ -34,7 +34,7 @@ const browser_creator_1 = __importDefault(require("./browser-creator"));
34
34
  const exceptions_1 = require("../exceptions");
35
35
  const capabilities_1 = require("./capabilities");
36
36
  const N_SEC_SLEEP_BEFORE_RETRY = 30;
37
- const browserStackHub = 'http://hub.browserstack.com:80/wd/hub';
37
+ const browserStackHub = 'https://hub.browserstack.com/wd/hub';
38
38
  const browsers = {
39
39
  Firefox: {
40
40
  browserName: 'firefox',
@@ -58,7 +58,7 @@ const defaultCapabilities = {
58
58
  '--prerender-from-omnibox=disabled',
59
59
  '--no-sandbox',
60
60
  '--disable-gpu',
61
- '--headless',
61
+ '--headless=old',
62
62
  ],
63
63
  },
64
64
  },
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "e55f9de0a26b4f4d697a16bd0072d08192005f1d"
2
+ "commit": "e6ba6b65fd6d2d6fcd8c64d2f8a13d83c4def7be"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/browser-test-tools",
3
- "version": "3.0.64",
3
+ "version": "3.0.66",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/cloudscape-design/browser-test-tools.git"