Firefox tests fix

This commit is contained in:
Bruno Barbieri 2018-07-06 17:13:54 -04:00 committed by GitHub
parent 104c4674da
commit ae1c8b854f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -230,6 +230,8 @@ jobs:
- run:
name: Install firefox
command: ./.circleci/scripts/firefox-install.sh
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: test:e2e:firefox
command: npm run test:e2e:firefox