Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 54ba5ea

Browse files
author
Serhii Khalymon
committed
Update width and height in tests
1 parent f70f7ed commit 54ba5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/selenium/test_main_use_flows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
indirect=True,
1515
ids=lambda o: "with FSP" if o['force_full_page_screenshot'] else "no FSP")
16-
@pytest.mark.viewport_size({'width': 1200, 'height': 800})
16+
@pytest.mark.viewport_size({'width': 800, 'height': 600})
1717
@pytest.mark.test_page_url('http://applitools.github.io/demo/TestPages/FramesTestPage/')
1818
class TestSetup(object):
1919
pass

0 commit comments

Comments
 (0)