Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
update safari to 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agubler committed May 17, 2017
1 parent f99436e commit 7d4505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/intern.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const environments = [
{ browserName: 'edge' },
{ browserName: 'firefox', platform: 'WINDOWS' },
{ browserName: 'chrome', platform: 'WINDOWS' },
{ browserName: 'safari', version: '10', platform: 'MAC' },
{ browserName: 'safari', version: '10.1', platform: 'MAC' },
{ browserName: 'iPhone', version: '9.1' }
];

Expand Down

0 comments on commit 7d4505c

Please sign in to comment.