Skip to content

Commit 190c3d9

Browse files
committed
chore: minor refactor
1 parent ab920dd commit 190c3d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/webdriverio/test/move_test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ suite('Move start tests', function () {
138138
await sendKeyAndWait(this.browser, Key.Return);
139139

140140
// Wait for the move icon to appear so we know we're in move mode.
141-
const bubble = this.browser.$('.blocklyMoveIndicatorBubble');
142-
await bubble.waitForExist();
141+
await this.browser.$('.blocklyMoveIndicatorBubble').waitForExist();
143142

144143
// Check that the moving block has nothing connected it its
145144
// next/previous connections, and same thing connected to value

0 commit comments

Comments
 (0)