Skip to content

Commit

Permalink
Merge pull request #257 from alphagov/pin-saucelabs-firefox-version
Browse files Browse the repository at this point in the history
Pin Firefox version for SauceLabs tests
  • Loading branch information
hannalaakso committed Feb 21, 2018
2 parents 64b07d7 + 89fc629 commit 011fb49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/wdio.config.js
Expand Up @@ -21,7 +21,8 @@ const sauceConfig = sauceEnabled
{
browserName: 'firefox',
build: buildNumber,
platform: 'Windows 10'
platform: 'Windows 10',
version: '55.0'
},
{
browserName: 'internet explorer',
Expand Down

0 comments on commit 011fb49

Please sign in to comment.