Skip to content

Commit

Permalink
Fixed SauceLabs red status (fixes #235)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Oct 6, 2014
1 parent 5d93fa8 commit 9f65ae2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Version 2.0.1 (2014-08-xx)
-------------------------
Made error logging compatible with Internet Explorer (#264)
Fixed SauceLabs red status (fixes #235)

Version 2.0.0 (2014-07-03)
--------------------------
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ Licensed under the [Simplified BSD] [bsd] license.
[travis]: http://travis-ci.org/snowplow/snowplow-javascript-tracker
[codeclimate-image]: https://codeclimate.com/github/snowplow/snowplow-javascript-tracker.png
[codeclimate]: https://codeclimate.com/github/snowplow/snowplow-javascript-tracker
[saucelabs]: https://saucelabs.com/u/snowplow_js_tracker
[saucelabs-button-image]: https://saucelabs.com/buildstatus/snowplow_js_tracker
[saucelabs-matrix-image]: https://saucelabs.com/browser-matrix/snowplow_js_tracker.svg
[saucelabs]: https://saucelabs.com/u/snowplow
[saucelabs-button-image]: https://saucelabs.com/buildstatus/snowplow
[saucelabs-matrix-image]: https://saucelabs.com/browser-matrix/snowplow.svg
18 changes: 9 additions & 9 deletions tests/functional/detectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@ define([

var
// Expected viewport dimensions vary based on browser
expectedViewportWidths = [980, 996, 1024],
expectedViewportHeights = [636, 644, 667, 670, 673, 684, 695, 705, 706, 712],
expectedViewportWidths = [980, 1024, 1280],
expectedViewportHeights = [636, 644, 667, 670, 673, 684, 695, 702, 705, 706, 712],

// User fingerprint varies based on browser features
// TODO: try to hash this off the useragent -
// i.e. formal 1:1 relationship between viewport or signature and an individual browser
expectedSignatures = [
3343029130, // IE9 Windows
1101697779, // IE10
154466408, // IE11
2557409154, // Firefox 27.0 Mac
1076144906, // Firefox 27.0 XP
3875211103, // IE11
2265977041, // Firefox 27.0 Mac
972065378, // Firefox 27.0 XP
3900377526, // Firefox 27.0 Linux
705067259, // Chrome 32.0 Mac OS X
4229530558, // Chrome 32.0 Windows NT
3528351619, // Chrome 32.0 Mac OS X
2660492875, // Chrome 32.0 Windows NT
3773734853, // Chrome 32.0 Linux
3339203264, // Safari 7.0 Mac
3166667154 // Safari 6.0.5 Mac
3882113908, // Safari 7.0 Mac
2336697549 // Safari 6.0.5 Mac
];

registerSuite({
Expand Down

0 comments on commit 9f65ae2

Please sign in to comment.