Thanks to visit codestin.com Credit goes to github.com
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 a7baddc commit cc59cd7Copy full SHA for cc59cd7
source/page-objects.rst
@@ -40,7 +40,7 @@ and ensure some results are found.
40
the results were not empty.
41
"""
42
43
- #Load the main page. In this case the home page of Python.og.
+ #Load the main page. In this case the home page of Python.org.
44
main_page = page.MainPage(self.driver)
45
#Checks if the word "Python" is in title
46
assert main_page.is_title_matches(), "python.org title doesn't match."
0 commit comments