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 72ff2e8 commit 680e7f0Copy full SHA for 680e7f0
py/test/selenium/webdriver/firefox/firefox_sizing_tests.py
@@ -33,8 +33,6 @@ def is_running_wayland():
33
34
@pytest.mark.skipif(not is_running_wayland(), reason="This test only runs on Linux under Wayland")
35
def test_firefox_opens_large_when_running_xwayland(request): # noqa: F821
36
- print("REQQQQ")
37
- print(request)
38
options = Options()
39
if request.config.getoption("--headless"):
40
options.add_argument("-headless")
0 commit comments