Try to make tests easier to pass

This commit is contained in:
Oliver Blanthorn 2020-11-03 13:55:10 +00:00
parent 721912451f
commit 9916d9f433
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

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