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 274891d commit 1e40641Copy full SHA for 1e40641
tests/browser/test/test_setup.mjs
@@ -592,4 +592,4 @@ export async function getAllBlocks(browser) {
592
id: block.id,
593
}));
594
});
595
-}
+}
tests/browser/test/toolbox_drag_test.mjs
@@ -9,6 +9,7 @@
9
*/
10
11
import * as chai from 'chai';
12
+import {Key} from 'webdriverio';
13
import {
14
dragBlockTypeFromFlyout,
15
getCategory,
@@ -17,7 +18,6 @@ import {
17
18
testFileLocations,
19
testSetup,
20
} from './test_setup.mjs';
-import {Key} from 'webdriverio';
21
22
// Categories in the basic toolbox.
23
const basicCategories = [
0 commit comments