Skip to content

Noissue - Make tests compatible with Firefox 58+

Sebastian Noack requested to merge fix-test-for-ff-58 into master

Apparently when either using Firefox >=58 or geckodriver >=1.13 (with any version of Firefox), WebElement.takeScreenshot() keeps responding with the same image if called repeatedly. With this workaround we no longer need to pin an outadated version of geckodriver, while also fixing FIREFOX_BINARY=download:62.0 npm test (and similar).

Edited by Sebastian Noack

Merge request reports