e2e_tests/utils.ts: make tests slower

Running tests on my computer showed that a 10ms delay was no longer
sufficient.
This commit is contained in:
glacambre 2020-06-18 19:23:50 +02:00
parent e92be787a6
commit 4c3f59f04a

View file

@ -54,7 +54,7 @@ const modToSelenium = {
}
export function sendKeys (driver, keys) {
const delay = 10
const delay = 100
function chainRegularKeys (previousPromise, regularKeys) {
return regularKeys
.split("")