Skip to content

Commit 52e1798

Browse files
chore: remove last use of ASTNode in tests (#505)
1 parent 9765d35 commit 52e1798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/webdriverio/test/basic_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ suite('Keyboard navigation on Blocks', function () {
275275
'text_print_1',
276276
);
277277
chai.assert.equal(
278-
await getCurrentFocusNodeId(this.browser),
279-
Blockly.ASTNode.types.NEXT,
278+
await getFocusedConnectionType(this.browser),
279+
Blockly.ConnectionType.NEXT_STATEMENT,
280280
);
281281
});
282282
});

0 commit comments

Comments
 (0)