We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a537ac commit 8202928Copy full SHA for 8202928
tests/test_browser.py
@@ -215,7 +215,7 @@ def test_get_view_port_size(web: WebBot):
215
else:
216
element = web.find_element('window-size', By.ID).text.split('x')
217
sizes = [tuple(int(e) for e in element), (1600, 900)]
218
- assert size == sizes
+ assert size in sizes
219
220
221
def test_scroll_down(web: WebBot):
0 commit comments