Fix test text input
This commit is contained in:
@@ -42,7 +42,7 @@ export async function writeTextToInput(name: string, text: string, browser: Brow
|
|||||||
await clickOn(input, browser, 1)
|
await clickOn(input, browser, 1)
|
||||||
wait && (await sleep(500))
|
wait && (await sleep(500))
|
||||||
input.clearValue()
|
input.clearValue()
|
||||||
wait && (await sleep(300))
|
wait && (await sleep(500))
|
||||||
await writeText(text, browser)
|
await writeText(text, browser)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user