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 91bc13c commit ccbb281Copy full SHA for ccbb281
test/webdriverio/test/insert_test.ts
@@ -5,7 +5,7 @@
5
*/
6
7
import * as chai from 'chai';
8
-import {Browser, Key} from 'webdriverio';
+import {Key} from 'webdriverio';
9
import {
10
getFocusedBlockType,
11
moveToToolboxCategory,
test/webdriverio/test/test_setup.ts
@@ -175,7 +175,7 @@ export async function focusWorkspace(browser: WebdriverIO.Browser) {
175
* Focuses the toolbox category with the given name.
176
*
177
* @param browser The active WebdriverIO Browser object.
178
- * @param blockId The id of the block.
+ * @param category The name of the toolbox category to focus.
179
180
export async function moveToToolboxCategory(
181
browser: WebdriverIO.Browser,
0 commit comments