Last active
April 5, 2017 17:22
-
-
Save linuxenko/6de883f7d0d7741ce0a7b03d7e8e19bb to your computer and use it in GitHub Desktop.
first screen test medium
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 PORTRAIT_WIDTH = 320 | |
it('should handle portrait screen orientation', () => { | |
csstate.rule('.pagination', { width: PORTRAIT_WIDTH + 'px' }); | |
expect(document.body.clientWIdth).to.be.below(PORTRAIT_WIDTH); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment