Skip to content

Commit 531979e

Browse files
committed
chore: Re-add removed comment.
1 parent 059092f commit 531979e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/webdriverio/test/scroll_test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ suite('Scrolling into view', function () {
5050
await sendKeyAndWait(this.browser, 'm');
5151
await sendKeyAndWait(this.browser, [Key.Alt, Key.ArrowDown], 25);
5252
await sendKeyAndWait(this.browser, Key.Enter);
53+
// Scroll back up, leaving cursor on the draw block out of the viewport.
5354
await this.browser.execute(() => {
5455
const workspace = Blockly.getMainWorkspace() as Blockly.WorkspaceSvg;
5556
workspace.scrollBoundsIntoView(

0 commit comments

Comments
 (0)