We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b808e commit ce5a318Copy full SHA for ce5a318
packages/compass-e2e-tests/helpers/compass.ts
@@ -993,6 +993,9 @@ export async function init(
993
994
const { browser } = compass;
995
996
+ // For browser.executeAsync(). Trying to see if it will work for browser.execute() too.
997
+ await browser.setTimeout({ script: 5_000 });
998
+
999
// larger window for more consistent results
1000
const [width, height] = await browser.execute(() => {
1001
// in case setWindowSize() below doesn't work
0 commit comments