We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600dbef commit cfb37daCopy full SHA for cfb37da
test/webdriverio/test/block_comment_test.ts
@@ -37,7 +37,7 @@ suite('Block comment navigation', function () {
37
await sendKeyAndWait(this.browser, Key.Enter);
38
const focusedNodeId = await getCurrentFocusNodeId(this.browser);
39
chai.assert.isDefined(focusedNodeId);
40
- chai.assert.match(focusedNodeId, /blockly\-\w+_comment_textarea_/);
+ chai.assert.match(focusedNodeId, /blockly-\w+_comment_textarea_/);
41
});
42
43
test('Escape from a focused comment focuses its bubble', async function () {
0 commit comments