Skip to content

Commit a0bb1fd

Browse files
piotr-iohkCopilot
andauthored
Update test/helpers/actions.ts
Co-authored-by: Copilot <[email protected]>
1 parent 76a2527 commit a0bb1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ export async function confirmInputOnKeyboard() {
405405
await driver.hideKeyboard();
406406
} catch {}
407407
} else {
408-
for (let el of ['return', 'done', 'go']) {
408+
for (const el of ['return', 'done', 'go']) {
409409
try {
410410
let elem = await elementByText(el);
411411
await elem.waitForDisplayed({ timeout: 2000 });

0 commit comments

Comments
 (0)