tests: Set casperjs viewport size to a reasonable browser size.

Otherwise we're by default testing the phone size layout, which
probably isn't what we want the default test setup to be.

(imported from commit a76b2d51c18824b0a5f6342cce848aca87dda15a)
This commit is contained in:
Tim Abbott 2013-03-05 16:38:22 -05:00
parent 618183d065
commit 0fee4e8d9d

View File

@ -1,3 +1,6 @@
// Set default viewport size to something reasonable
casper.page.viewportSize = {width: 1280, height: 768 };
var common = (function () {
var exports = {};