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 645e839 commit 52b8b3cCopy full SHA for 52b8b3c
test/webdriverio/test/move_test.ts
@@ -197,11 +197,7 @@ function getFocusedNeighbourInfo(browser: Browser) {
197
* the connected block or null if no block is connected, and
198
* shadow is true iff the connected block is a shadow.
199
*/
200
-function getConnectedBlockInfo(
201
- browser: Browser,
202
- id: string,
203
- index: number,
204
-) {
+function getConnectedBlockInfo(browser: Browser, id: string, index: number) {
205
return browser.execute(
206
(id: string, index: number) => {
207
const parent = Blockly.getMainWorkspace().getBlockById(id);
0 commit comments