update testcafe config due to sockjs different versions errors

This commit is contained in:
Sam 2019-09-23 10:02:07 +02:00
parent 3942e0481a
commit a9cbe220ac

View File

@ -14,7 +14,7 @@ inspect $? api
docker-compose -f docker-compose-ci.yml run fittrackee-api flask db upgrade
docker-compose -f docker-compose-ci.yml run fittrackee-api flask initdata
testcafe chrome fittrackee_client/e2e
testcafe chrome fittrackee_client/e2e -e
inspect $? e2e
if [ -n "${fails}" ];