Skip to content

Commit

Permalink
Fix of internet explorer test specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Christof committed Jun 4, 2014
1 parent e811650 commit ae6651b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protractor-config-travis.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exports.config = {
createCapabality('firefox', '25', 'Windows 7'),
createCapabality('firefox', '26', 'Windows 7'),
createCapabality('safari', '7', 'OS X 10.9'),
createCapabality('ie', '11', 'Windows 8.1')
createCapabality('internet explorer', '11', 'Windows 8.1')
],
baseUrl: 'http://localhost:' + devServerPort
};

0 comments on commit ae6651b

Please sign in to comment.