Browser extension e2e tests are failing due to puppeteer Firefox revision error
Created by: marekweb
In Buildkite, the nightly e2e tests for the browser extension are failing.
Link to an example failure on Buildkite
The error message is:
Error: Could not find browser revision 818858. Run "PUPPETEER_PRODUCT=firefox npm install" or "PUPPETEER_PRODUCT=firefox yarn install" to download a supported Firefox browser binary.
Previous the tests were discussed and fixed in:
- #15712
- #15713 (closed)