Skip to content

Instantly share code, notes, and snippets.

@linuxenko
Last active April 5, 2017 17:23
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/d5029e5e6b71a13d68266c1e7d4e2a4b to your computer and use it in GitHub Desktop.
Save linuxenko/d5029e5e6b71a13d68266c1e7d4e2a4b to your computer and use it in GitHub Desktop.
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