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.
2 parents 4413971 + 5b3a12a commit 631f1c2Copy full SHA for 631f1c2
source/getting-started.rst
@@ -169,7 +169,7 @@ case class. Here you are creating the instance of Firefox WebDriver.
169
def setUp(self):
170
self.driver = webdriver.Firefox()
171
172
-This is the test case method. The first line inside this method
+This is the test case method. The test case method should always start with characters `test`. The first line inside this method
173
create a local reference to the driver object created in `setUp`
174
method.
175
0 commit comments