Skip to content

Commit

Permalink
add small timeout when sending values
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Sep 20, 2023
1 parent 60564b6 commit 9d02a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/UI/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exports.sendFieldValue = async function (page, selector, text)
$(selector).val('').change();
}, selector);

await page.waitForTimeout(100);
// page.sendKeys(selector, text);

await page.evaluate((selector, text) => {
Expand Down

0 comments on commit 9d02a2c

Please sign in to comment.