Skip to content

Commit dd0b455

Browse files
fix test
1 parent 7abc38b commit dd0b455

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/test/selenium/webdriver/common/bidi_browsing_context_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,6 @@ def test_set_viewport_back_to_default(driver, pages):
426426
# Allow some tolerance since some window managers might not put it to the exact value
427427
assert abs(viewport_size[0] - default_viewport_size[0]) <= 5
428428
assert abs(viewport_size[1] - default_viewport_size[1]) <= 5
429-
assert device_pixel_ratio == default_device_pixel_ratio
430429
finally:
431430
driver.browsing_context.set_viewport(context=context_id, viewport=None, device_pixel_ratio=None)
432431

0 commit comments

Comments
 (0)