Skip to content

Commit 2aa8e7e

Browse files
1200x600 local viewport
1 parent 2d71bbd commit 2aa8e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/acme-bank.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ describe('ACME Bank', function () {
135135
// The viewport size for the local browser.
136136
// Eyes will resize the web browser to match the requested viewport size.
137137
// This parameter is optional but encouraged in order to produce consistent results.
138-
new RectangleSize(1024, 768)
138+
new RectangleSize(1200, 600)
139139
);
140140
});
141141

0 commit comments

Comments
 (0)