Skip to content

Commit

Permalink
Use Safari 11.1
Browse files Browse the repository at this point in the history
11.0 has started randomly breaking on Browserstack and 'latest' doesn't seem to work either
  • Loading branch information
carlesandres committed Feb 6, 2019
1 parent 1e19d3c commit ac8a85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smoke/get-browserstack-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const browserMap = {
'safari': {
'os_version' : 'High Sierra',
'browserName' : 'Safari',
'browser_version' : 'latest'
'browser_version' : '11.1'
}
};

Expand Down

0 comments on commit ac8a85d

Please sign in to comment.