Fixes e2e test input focus swapping (#262)

* Remove redundant E2E tests

* Remove deps

* Fixes e2e tests hopefully

Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
This commit is contained in:
Zachary Foster
2020-10-07 15:41:38 -04:00
committed by GitHub
parent 7dd046a15d
commit f5ecb8a04f
4 changed files with 29 additions and 83 deletions

View File

@@ -3,7 +3,7 @@ const isCI = require("is-ci");
module.exports = {
launch: {
headless: isCI,
slowMo: 30,
slowMo: 55,
defaultViewport: null,
ignoreHTTPSErrors: true,
args: ["--disable-web-security"]