Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Commit 0d6acb8

Browse files
committed
fix: Fix the webdriver tests.
1 parent c5a99cd commit 0d6acb8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/webdriverio/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ function createWorkspace(): Blockly.WorkspaceSvg {
7979
throw new Error('Missing blocklyDiv');
8080
}
8181
const workspace = Blockly.inject(blocklyDiv, injectOptions);
82-
Blockly.ContextMenuItems.registerCommentOptions();
8382

8483
new KeyboardNavigation(workspace);
8584
Blockly.ContextMenuItems.registerCommentOptions();

0 commit comments

Comments
 (0)