Skip to content

Commit

Permalink
Fix browserstack tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisselden committed Jun 25, 2018
1 parent b409658 commit 863c686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testem.dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ module.exports = {
},
BS_Safari_Current: {
exe: "node_modules/.bin/browserstack-launch",
args: ["--os", "OS X", "--osv", "High Sierra", "--b", "safari", "--bv", "11", "-t", "1200", "--u", "<url>"],
args: ["--os", "OS X", "--osv", "High Sierra", "--b", "safari", "--bv", "latest", "-t", "1200", "--u", "<url>"],
protocol: "browser"
},
BS_Safari_Last: {
exe: "node_modules/.bin/browserstack-launch",
args: ["--os", "OS X", "--osv", "Sierra", "--b", "safari", "--bv", "10.1", "-t", "1200", "--u", "<url>"],
args: ["--os", "OS X", "--osv", "Sierra", "--b", "safari", "--bv", "latest", "-t", "1200", "--u", "<url>"],
protocol: "browser"
},
BS_MS_Edge: {
Expand Down

0 comments on commit 863c686

Please sign in to comment.