Last active
April 5, 2017 17:23
-
-
Save linuxenko/d5029e5e6b71a13d68266c1e7d4e2a4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var LANSCAPE_WIDTH = 480 | |
it('should handle portrait screen orientation', () => { | |
csstate.rule('.pagination', { width: LANSCAPE_WIDTH + 'px' }); | |
expect(document.body.clientWIdth).to.be.below(LANSCAPE_WIDTH); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment