test(angular): fix e2e tests (#22522)

This commit is contained in:
Liam DeBeasi
2020-11-18 12:25:30 -05:00
committed by GitHub
parent 33768e1d0c
commit d5eb3a44e6

View File

@ -8,7 +8,7 @@
"sync:build": "sh scripts/build-ionic.sh", "sync:build": "sh scripts/build-ionic.sh",
"sync": "sh scripts/sync.sh", "sync": "sh scripts/sync.sh",
"build": "npm run sync && ng build --prod --no-progress", "build": "npm run sync && ng build --prod --no-progress",
"pretest": "webdriver-manager update --versions.chrome 85.0.4183.87", "pretest": "webdriver-manager update --versions.chrome 87.0.4280.20",
"test": "ng e2e --prod --webdriver-update=false", "test": "ng e2e --prod --webdriver-update=false",
"test.dev": "npm run sync && ng e2e", "test.dev": "npm run sync && ng e2e",
"lint": "ng lint", "lint": "ng lint",