Skip to content

Commit 851cb0d

Browse files
authored
typo in error message (#11166)
[skip ci]
1 parent 052a5cb commit 851cb0d

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
@@ -83,7 +83,7 @@ def driver(request):
8383
# skip tests if not available on the platform
8484
_platform = platform.system()
8585
if driver_class == "Safari" and _platform != "Darwin":
86-
pytest.skip("Safari tests can only rn on an Apple OS")
86+
pytest.skip("Safari tests can only run on an Apple OS")
8787
if (driver_class == "Ie") and _platform != "Windows":
8888
pytest.skip("IE and EdgeHTML Tests can only run on Windows")
8989
if "WebKit" in driver_class and _platform != "Linux":

0 commit comments

Comments
 (0)