Skip to content

Commit ccbb281

Browse files
committed
Fix lint errors.
1 parent 91bc13c commit ccbb281

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/webdriverio/test/insert_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
import * as chai from 'chai';
8-
import {Browser, Key} from 'webdriverio';
8+
import {Key} from 'webdriverio';
99
import {
1010
getFocusedBlockType,
1111
moveToToolboxCategory,

test/webdriverio/test/test_setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export async function focusWorkspace(browser: WebdriverIO.Browser) {
175175
* Focuses the toolbox category with the given name.
176176
*
177177
* @param browser The active WebdriverIO Browser object.
178-
* @param blockId The id of the block.
178+
* @param category The name of the toolbox category to focus.
179179
*/
180180
export async function moveToToolboxCategory(
181181
browser: WebdriverIO.Browser,

0 commit comments

Comments
 (0)