Skip to content

Commit

Permalink
chore: fix Firefox install checker (#6129)
Browse files Browse the repository at this point in the history
I think when the FF version changes this check breaks - let's just make
it check that a version installed rather than the specific version else
this will happen on a continuing basis.
  • Loading branch information
jackfranklin committed Jun 30, 2020
1 parent 1f5e333 commit 9d79cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-install.sh
Expand Up @@ -22,7 +22,7 @@ cd $TMPDIR
PUPPETEER_PRODUCT=firefox npm install --loglevel silent "${tarball}"
node --eval="require('puppeteer')"
rm "${tarball}"
ls $TMPDIR/node_modules/puppeteer/.local-firefox/linux-79.0a1/firefox/firefox
ls $TMPDIR/node_modules/puppeteer/.local-firefox/

# Again for puppeteer-core
cd $ROOTDIR
Expand Down

0 comments on commit 9d79cc8

Please sign in to comment.