diff --git a/test/webdriverio/test/move_test.ts b/test/webdriverio/test/move_test.ts index 34c38313..28f4a0c5 100644 --- a/test/webdriverio/test/move_test.ts +++ b/test/webdriverio/test/move_test.ts @@ -692,7 +692,6 @@ function getConnectionCandidate( const dragStrategy = block.getDragStrategy() as Blockly.dragging.BlockDragStrategy; if (!dragStrategy) throw new Error('no drag strategy'); - // @ts-expect-error connectionCandidate is private. const candidate = dragStrategy.connectionCandidate; if (!candidate) return null; const neighbourBlock = candidate.neighbour.getSourceBlock();