Skip to content

Commit bb14137

Browse files
committed
Fixed formatting.
1 parent 71ade81 commit bb14137

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
@@ -124,7 +124,10 @@ suite('Keyboard navigation', function () {
124124
await this.browser.keys(Key.ArrowRight);
125125
await this.browser.pause(PAUSE_TIME);
126126

127-
chai.assert.equal(await getCurrentCursorNodeId(this.browser), 'create_canvas_1');
127+
chai.assert.equal(
128+
await getCurrentCursorNodeId(this.browser),
129+
'create_canvas_1',
130+
);
128131
chai.assert.equal(
129132
await getCurrentCursorNodeType(this.browser),
130133
Blockly.ASTNode.types.FIELD,

0 commit comments

Comments
 (0)