@cloudscape-design/browser-test-tools 3.0.19 → 3.0.21
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.
|
@@ -8,7 +8,7 @@ const browser_scripts_1 = require("../browser-scripts");
|
|
|
8
8
|
const merge_1 = __importDefault(require("../image-utils/merge"));
|
|
9
9
|
const browser_scripts_2 = require("./browser-scripts");
|
|
10
10
|
const utils_1 = require("./utils");
|
|
11
|
-
const MAX_SCREENSHOT_HEIGHT =
|
|
11
|
+
const MAX_SCREENSHOT_HEIGHT = 16000;
|
|
12
12
|
async function scroll(browser, topOffset) {
|
|
13
13
|
await browser.execute(browser_scripts_1.windowScrollTo, topOffset, 0);
|
|
14
14
|
}
|
package/internal/manifest.json
CHANGED