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 9d78c50 commit 8043e00Copy full SHA for 8043e00
py/conftest.py
@@ -114,7 +114,7 @@ def driver(request):
114
if (driver_class == "Ie") and _platform != "Windows":
115
pytest.skip("IE and EdgeHTML Tests can only run on Windows")
116
if "WebKit" in driver_class and _platform == "Windows":
117
- pytest.skip("WebKit tests can not be run on Windows")
+ pytest.skip("WebKit tests cannot be run on Windows")
118
119
# conditionally mark tests as expected to fail based on driver
120
marker = request.node.get_closest_marker(f"xfail_{driver_class.lower()}")
0 commit comments