Skip to content

Commit cfb37da

Browse files
authored
fix: Lint issue.
1 parent 600dbef commit cfb37da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/block_comment_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ suite('Block comment navigation', function () {
3737
await sendKeyAndWait(this.browser, Key.Enter);
3838
const focusedNodeId = await getCurrentFocusNodeId(this.browser);
3939
chai.assert.isDefined(focusedNodeId);
40-
chai.assert.match(focusedNodeId, /blockly\-\w+_comment_textarea_/);
40+
chai.assert.match(focusedNodeId, /blockly-\w+_comment_textarea_/);
4141
});
4242

4343
test('Escape from a focused comment focuses its bubble', async function () {

0 commit comments

Comments
 (0)