mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Try to make tests easier to pass
This commit is contained in:
parent
721912451f
commit
9916d9f433
|
|
@ -54,7 +54,7 @@ const modToSelenium = {
|
|||
}
|
||||
|
||||
export function sendKeys (driver, keys) {
|
||||
const delay = 300
|
||||
const delay = 500
|
||||
function chainRegularKeys (previousPromise, regularKeys) {
|
||||
return regularKeys
|
||||
.split("")
|
||||
|
|
|
|||
Loading…
Reference in a new issue