Skip to content

Issue #3 - Follow up on test about no fetch support on firefox-esr

Matteo Ferrari requested to merge firefox-old-test into master

firefox-esr v60 is still present in the stretch/main repo:

root@fb0842fd24d1:/# apt-cache policy firefox-esr
firefox-esr:
  Installed: (none)
  Candidate: 68.2.0esr-1~deb9u2
  Version table:
     68.2.0esr-1~deb9u2 500
        500 http://security.debian.org/debian-security stretch/updates/main amd64 Packages
     60.7.1esr-1~deb9u1 500
        500 http://deb.debian.org/debian stretch/main amd64 Packages
     60.6.3esr-1~deb9u1 500
        500 http://deb.debian.org/debian stretch-updates/main amd64 Packages

so DEPENDENCIES: firefox-esr=60* is very enough to test the fetch over XHR functionality.

I've implemented a new env variable BROWSER that will be used by karma.conf.js to target the right browser.

Merge request reports