Skip to content

Commit 2fd180c

Browse files
committed
Fixed formatting.
1 parent 6c0f92b commit 2fd180c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/webdriverio/test/basic_test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,10 @@ suite('Keyboard navigation', function () {
127127
await this.browser.keys(Key.ArrowRight);
128128
await this.browser.pause(PAUSE_TIME);
129129

130-
chai.assert.equal(await getCurrentCursorNodeId(this.browser), 'create_canvas_1');
130+
chai.assert.equal(
131+
await getCurrentCursorNodeId(this.browser),
132+
'create_canvas_1',
133+
);
131134
chai.assert.equal(
132135
await getCurrentCursorNodeType(this.browser),
133136
Blockly.ASTNode.types.FIELD,

0 commit comments

Comments
 (0)