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 76a2527 commit a0bb1fdCopy full SHA for a0bb1fd
test/helpers/actions.ts
@@ -405,7 +405,7 @@ export async function confirmInputOnKeyboard() {
405
await driver.hideKeyboard();
406
} catch {}
407
} else {
408
- for (let el of ['return', 'done', 'go']) {
+ for (const el of ['return', 'done', 'go']) {
409
try {
410
let elem = await elementByText(el);
411
await elem.waitForDisplayed({ timeout: 2000 });
0 commit comments