Skip to content

Commit a2f5aaf

Browse files
committed
TST: Add local MacOS resolution to list of possible results.
1 parent 15f5700 commit a2f5aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def test_get_view_port_size(web: WebBot):
215215
element = [width, height]
216216
else:
217217
element = web.find_element('window-size', By.ID).text.split('x')
218-
sizes = [tuple(int(e) for e in element), (1600, 900), (1176, 802)]
218+
sizes = [tuple(int(e) for e in element), (1600, 900), (1176, 802), (1600, 987)]
219219
assert size in sizes
220220

221221

0 commit comments

Comments
 (0)