Skip to content

Commit

Permalink
Added pause after setting complex input to avoid race conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Apr 25, 2024
1 parent f0a49fe commit bbebba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/browser/browserUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function setInput(browser, input, type=true) {
browser.execute(text => {
window.app.setInput(text);
}, [input]);
browser.pause(100);
}
}

Expand Down

0 comments on commit bbebba6

Please sign in to comment.