Skip to content

Commit 5dab0c4

Browse files
1200x600 local viewport
1 parent 457a8c7 commit 5dab0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acme-bank.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ test.describe('ACME Bank', () => {
104104
// The viewport size for the local browser.
105105
// Eyes will resize the web browser to match the requested viewport size.
106106
// This parameter is optional but encouraged in order to produce consistent results.
107-
{ width: 1024, height: 768 });
107+
{ width: 1200, height: 600 });
108108
});
109109

110110
// This test covers login for the Applitools demo site, which is a dummy banking app.

0 commit comments

Comments
 (0)