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 6ace572 commit 072bd9dCopy full SHA for 072bd9d
test/functional/ios/safari_tests.py
@@ -75,5 +75,5 @@ def test_navigation(driver: 'WebDriver') -> None:
75
time.sleep(0.5)
76
if 'Google' == driver.title:
77
return
78
- else:
79
- pytest.fail('The title was wrong')
+
+ pytest.fail('The title was wrong')
0 commit comments