Skip to content

Commit

Permalink
downgrade sauce labs firefox browser version to the 46 (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
miherlosev authored and churkin committed Jun 30, 2016
1 parent 92f8378 commit 4731fd2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ var CLIENT_TESTS_BROWSERS = [
},
{
platform: 'Windows 10',
browserName: 'firefox'
browserName: 'firefox',
version: '46'
},
{
platform: 'Windows 10',
Expand Down Expand Up @@ -93,7 +94,8 @@ var CLIENT_TESTS_BROWSERS = [
},
{
browserName: 'firefox',
platform: 'OS X 10.11'
platform: 'OS X 10.11',
version: '46'
}
];

Expand Down

0 comments on commit 4731fd2

Please sign in to comment.