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 16379fe commit 304c413Copy full SHA for 304c413
py/test/selenium/webdriver/edge/edge_service_tests.py
@@ -26,7 +26,7 @@
26
27
@pytest.mark.xfail_edge(raises=WebDriverException)
28
@pytest.mark.no_driver_after_test
29
-def test_uses_chromedriver_logging(clean_driver, driver_executable) -> None:
+def test_uses_edgedriver_logging(clean_driver, driver_executable) -> None:
30
log_file = "msedgedriver.log"
31
service_args = ["--append-log"]
32
@@ -103,7 +103,7 @@ def service():
103
104
105
@pytest.mark.usefixtures("service")
106
-class TestChromeDriverService:
+class TestEdgeDriverService:
107
service_path = "/path/to/msedgedriver"
108
109
@pytest.fixture(autouse=True)
0 commit comments