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 ab920dd commit 190c3d9Copy full SHA for 190c3d9
test/webdriverio/test/move_test.ts
@@ -138,8 +138,7 @@ suite('Move start tests', function () {
138
await sendKeyAndWait(this.browser, Key.Return);
139
140
// 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();
+ await this.browser.$('.blocklyMoveIndicatorBubble').waitForExist();
143
144
// Check that the moving block has nothing connected it its
145
// next/previous connections, and same thing connected to value
0 commit comments