mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
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:
parent
e92be787a6
commit
4c3f59f04a
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ const modToSelenium = {
|
|||
}
|
||||
|
||||
export function sendKeys (driver, keys) {
|
||||
const delay = 10
|
||||
const delay = 100
|
||||
function chainRegularKeys (previousPromise, regularKeys) {
|
||||
return regularKeys
|
||||
.split("")
|
||||
|
|
Loading…
Add table
Reference in a new issue