Skip to content

Instantly share code, notes, and snippets.

@linuxenko
Last active April 5, 2017 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxenko/6de883f7d0d7741ce0a7b03d7e8e19bb to your computer and use it in GitHub Desktop.
Save linuxenko/6de883f7d0d7741ce0a7b03d7e8e19bb to your computer and use it in GitHub Desktop.
first screen test medium
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