Skip to content

Commit 420b917

Browse files
chore: comment typo
1 parent 386e1c4 commit 420b917

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
@@ -52,7 +52,7 @@ suite('Scrolling into view', function () {
5252
await this.browser.keys(Key.Enter);
5353
await this.browser.keys(Key.Enter);
5454

55-
// Asset new block has been scrolled into the viewport.
55+
// Assert new block has been scrolled into the viewport.
5656
await this.browser.pause(PAUSE_TIME);
5757
const inViewport = await this.browser.execute(() => {
5858
const workspace = Blockly.getMainWorkspace() as Blockly.WorkspaceSvg;

0 commit comments

Comments
 (0)