Skip to content

Commit 715ab8b

Browse files
committed
fixing the assertion to compare with then new default width
1 parent 1fe87f8 commit 715ab8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/test/unit/selenium/webdriver/common/print_page_options_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_set_background(print_options):
7373

7474

7575
def test_unset_value_to_be_none(print_options):
76-
assert print_options.page_width is None
76+
assert print_options.page_width == PrintOptions.A4["width"]
7777

7878

7979
def test_set_width(print_options):

0 commit comments

Comments
 (0)