Skip to content

Commit 8043e00

Browse files
committed
[py] fix grammar error
1 parent 9d78c50 commit 8043e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def driver(request):
114114
if (driver_class == "Ie") and _platform != "Windows":
115115
pytest.skip("IE and EdgeHTML Tests can only run on Windows")
116116
if "WebKit" in driver_class and _platform == "Windows":
117-
pytest.skip("WebKit tests can not be run on Windows")
117+
pytest.skip("WebKit tests cannot be run on Windows")
118118

119119
# conditionally mark tests as expected to fail based on driver
120120
marker = request.node.get_closest_marker(f"xfail_{driver_class.lower()}")

0 commit comments

Comments
 (0)