Skip to content

Commit 6e2859a

Browse files
committed
Use stable chrome to fix the failing tests (#266)
* update chromedriver * add chrome addon
1 parent 4a421a3 commit 6e2859a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ script:
6868

6969
# run all feature except @first-run
7070
- ./vendor/bin/behat -fprogress -p $BROWSER --strict --tags="~@first-run && ~@wip"
71+
addons:
72+
chrome: stable
7173

7274
after_failure:
7375
- IMGUR_CLIENT_ID=bec050c54e1bb52 ./bin/imgur-uploader.sh build/screenshot/*.png

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"sllh/php-cs-fixer-styleci-bridge": "~1.3",
3131
"njoannidi/php-lint-bash": "dev-master",
3232
"se/selenium-server-standalone": "^2.52",
33-
"enm1989/chromedriver": "^2.35",
33+
"enm1989/chromedriver": "^2.36",
3434
"bex/behat-screenshot": "^1.2"
3535
},
3636
"prefer-stable": true,

0 commit comments

Comments
 (0)