Skip to content

Commit f504532

Browse files
committed
chore: Try adding a long pause.
1 parent ed9d2db commit f504532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/scroll_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ suite('Scrolling into view', function () {
116116
console.log("workspace scroll position after insert:", scrollPosition3);
117117

118118
// Assert new block has been scrolled into the viewport.
119-
await this.browser.pause(PAUSE_TIME);
119+
await this.browser.pause(5000);
120120
const blockBounds = await this.browser.execute(() => {
121121
const workspace = Blockly.getMainWorkspace() as Blockly.WorkspaceSvg;
122122
const block = workspace.getBlocksByType(

0 commit comments

Comments
 (0)