Skip to content

Commit 680e7f0

Browse files
committed
[py] Remove prints
1 parent 72ff2e8 commit 680e7f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

py/test/selenium/webdriver/firefox/firefox_sizing_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ def is_running_wayland():
3333

3434
@pytest.mark.skipif(not is_running_wayland(), reason="This test only runs on Linux under Wayland")
3535
def test_firefox_opens_large_when_running_xwayland(request): # noqa: F821
36-
print("REQQQQ")
37-
print(request)
3836
options = Options()
3937
if request.config.getoption("--headless"):
4038
options.add_argument("-headless")

0 commit comments

Comments
 (0)