Skip to content

Commit 52cc58e

Browse files
fix chrome version once and for all (#617)
1 parent 9d23653 commit 52cc58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Phonebook.Frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:dev-chrome": "ng test --watch=true --browsers Chrome",
1616
"test-docker": "npm run docker-build && docker run --rm build_phonebook npm run test",
1717
"test-compose": "npm run compose-build && docker-compose run --rm --service-ports angular npm run test",
18-
"e2e": "ng e2e",
18+
"e2e": "webdriver-manager update --versions.chrome=80.0.3987.106 --gecko false --standalone false && ng e2e --webdriverUpdate false",
1919
"e2e-docker": "npm run docker-build && docker run --rm build_phonebook npm run e2e",
2020
"pre-build": "locl convert -s=src/i18n/messages.de.xlf -f=json -o=dist/i18n/de.json && locl convert -s=src/i18n/messages.en.xlf -f=json -o=dist/i18n/en.json",
2121
"build": "npm run build:prod",

0 commit comments

Comments
 (0)