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 052a5cb commit 851cb0dCopy full SHA for 851cb0d
py/conftest.py
@@ -83,7 +83,7 @@ def driver(request):
83
# skip tests if not available on the platform
84
_platform = platform.system()
85
if driver_class == "Safari" and _platform != "Darwin":
86
- pytest.skip("Safari tests can only rn on an Apple OS")
+ pytest.skip("Safari tests can only run on an Apple OS")
87
if (driver_class == "Ie") and _platform != "Windows":
88
pytest.skip("IE and EdgeHTML Tests can only run on Windows")
89
if "WebKit" in driver_class and _platform != "Linux":
0 commit comments