Fix formatting

This commit is contained in:
Erik Pasternak
2025-07-08 14:35:28 -07:00
parent 274891d34e
commit 1e40641f45
2 changed files with 2 additions and 2 deletions

View File

@@ -592,4 +592,4 @@ export async function getAllBlocks(browser) {
id: block.id, id: block.id,
})); }));
}); });
} }

View File

@@ -9,6 +9,7 @@
*/ */
import * as chai from 'chai'; import * as chai from 'chai';
import {Key} from 'webdriverio';
import { import {
dragBlockTypeFromFlyout, dragBlockTypeFromFlyout,
getCategory, getCategory,
@@ -17,7 +18,6 @@ import {
testFileLocations, testFileLocations,
testSetup, testSetup,
} from './test_setup.mjs'; } from './test_setup.mjs';
import {Key} from 'webdriverio';
// Categories in the basic toolbox. // Categories in the basic toolbox.
const basicCategories = [ const basicCategories = [