Skip to content

Commit

Permalink
1200x600 local viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationPanda authored Jun 29, 2023
1 parent dddf31d commit b8a9ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/applitools/example/AcmeBankTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public void openBrowserAndEyes(TestInfo testInfo) throws MalformedURLException {
// The viewport size for the local browser.
// Eyes will resize the web browser to match the requested viewport size.
// This parameter is optional but encouraged in order to produce consistent results.
new RectangleSize(1024, 768));
new RectangleSize(1200, 600));
}

@Test
Expand Down

1 comment on commit b8a9ef9

@MohdAshiv
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Please sign in to comment.