@cloudscape-design/browser-test-tools 3.0.5 → 3.0.6

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.
@@ -108,6 +108,7 @@ class BasePageObject {
108
108
  }
109
109
  async windowScrollTo({ top = 0, left = 0 }) {
110
110
  await this.browser.execute(browser_scripts_1.windowScrollTo, top, left);
111
+ await this.pause(100);
111
112
  }
112
113
  async getElementScroll(selector) {
113
114
  return this.browser.execute(browser_scripts_1.getElementScrollPosition, selector);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/cloudscape-design/browser-test-tools/issues"
4
4
  },
5
5
  "bundleDependencies": false,
6
- "commit": "df77584",
6
+ "commit": "5a7997f",
7
7
  "dependencies": {
8
8
  "@types/pngjs": "^6.0.1",
9
9
  "aws-sdk": "^2.1233.0",
@@ -59,6 +59,6 @@
59
59
  "type": "git",
60
60
  "url": "git+https://github.com/cloudscape-design/browser-test-tools.git"
61
61
  },
62
- "version": "3.0.5",
62
+ "version": "3.0.6",
63
63
  "license": "Apache-2.0"
64
64
  }