Skip to content

Commit 1e40641

Browse files
committed
Fix formatting
1 parent 274891d commit 1e40641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/browser/test/test_setup.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,4 +592,4 @@ export async function getAllBlocks(browser) {
592592
id: block.id,
593593
}));
594594
});
595-
}
595+
}

tests/browser/test/toolbox_drag_test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*/
1010

1111
import * as chai from 'chai';
12+
import {Key} from 'webdriverio';
1213
import {
1314
dragBlockTypeFromFlyout,
1415
getCategory,
@@ -17,7 +18,6 @@ import {
1718
testFileLocations,
1819
testSetup,
1920
} from './test_setup.mjs';
20-
import {Key} from 'webdriverio';
2121

2222
// Categories in the basic toolbox.
2323
const basicCategories = [

0 commit comments

Comments
 (0)