@cloudscape-design/browser-test-tools 3.0.33 → 3.0.35

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.
@@ -44,10 +44,6 @@ class BrowserCreator {
44
44
  await browser.$('body').then(body => body.moveTo({ xOffset: 0, yOffset: 0 }));
45
45
  await browser.setWindowSize(options.width, options.height);
46
46
  }
47
- else if (browser.isIOS) {
48
- // Make sure the tab bar is always at the bottom to ensure screenshots are taken properly
49
- browser.updateSettings({ safariTabBarPosition: 'bottom' });
50
- }
51
47
  return browser;
52
48
  }
53
49
  async getBrowser(options) {
@@ -32,6 +32,7 @@ const url_1 = require("url");
32
32
  const browser_creator_1 = __importDefault(require("./browser-creator"));
33
33
  const capabilities_1 = __importStar(require("./capabilities"));
34
34
  const localBrowsers = {
35
+ ...capabilities_1.default,
35
36
  ChromeHeadless: (0, capabilities_1.mergeCapabilities)(capabilities_1.default.ChromeHeadless, {
36
37
  'goog:chromeOptions': {
37
38
  // do not use retina screen when testing locally
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "ef4f20343471fad7c0399d3162a43120c96d28e2"
2
+ "commit": "699d79b2435311df20a20a86a1c1f510ae921927"
3
3
  }
package/package.json CHANGED
@@ -64,6 +64,6 @@
64
64
  "type": "git",
65
65
  "url": "git+https://github.com/cloudscape-design/browser-test-tools.git"
66
66
  },
67
- "version": "3.0.33",
67
+ "version": "3.0.35",
68
68
  "license": "Apache-2.0"
69
69
  }