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 c375c35 commit 62de3b6Copy full SHA for 62de3b6
test/webdriverio/test/test_setup.ts
@@ -558,6 +558,7 @@ export async function sendKeyAndWait(
558
keys: string | string[],
559
times = 1,
560
) {
561
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
562
// @ts-ignore: Unintentional comparison error
563
if (PAUSE_TIME === 0) {
564
// Send all keys in one call if no pauses needed.
0 commit comments