Skip to content

Commit b8a9ef9

Browse files
1200x600 local viewport
1 parent dddf31d commit b8a9ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/applitools/example/AcmeBankTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public void openBrowserAndEyes(TestInfo testInfo) throws MalformedURLException {
154154
// The viewport size for the local browser.
155155
// Eyes will resize the web browser to match the requested viewport size.
156156
// This parameter is optional but encouraged in order to produce consistent results.
157-
new RectangleSize(1024, 768));
157+
new RectangleSize(1200, 600));
158158
}
159159

160160
@Test

0 commit comments

Comments
 (0)