Skip to content

Commit 5c0935e

Browse files
committed
Updated expected viewport dimensions in test suite
1 parent 963956d commit 5c0935e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/functional/detectors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ define([
4141
var
4242
// Expected viewport dimensions vary based on browser
4343
expectedViewportWidths = [980, 1016, 1024, 1280],
44-
expectedViewportHeights = [636, 642, 644, 667, 670, 673, 684, 686, 695, 702, 705, 706, 707, 712],
44+
expectedViewportHeights = [636, 642, 644, 660, 667, 670, 673, 684, 686, 695, 702, 705, 706, 707, 712],
4545

4646
// User fingerprint varies based on browser features
4747
// TODO: try to hash this off the useragent -

0 commit comments

Comments
 (0)