Skip to content

Commit 3e98b7b

Browse files
1200x600 local viewport
1 parent d87ad6f commit 3e98b7b

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
@@ -145,7 +145,7 @@ public void openBrowserAndEyes(TestInfo testInfo) {
145145
// The viewport size for the local browser.
146146
// Eyes will resize the web browser to match the requested viewport size.
147147
// This parameter is optional but encouraged in order to produce consistent results.
148-
new RectangleSize(1024, 768));
148+
new RectangleSize(1200, 600));
149149
}
150150

151151
@Test

0 commit comments

Comments
 (0)