Skip to content

Commit 5c505a1

Browse files
committed
chore: Restore PAUSE_TIME.
1 parent d731e9e commit 5c505a1

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(5000);
119+
await this.browser.pause(PAUSE_TIME);
120120
await this.browser.saveScreenshot(`failures/extra_snapshot_for_verification.png`);
121121
const blockBounds = await this.browser.execute(() => {
122122
const workspace = Blockly.getMainWorkspace() as Blockly.WorkspaceSvg;

0 commit comments

Comments
 (0)