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 fcb7b2a commit bbbdfd7Copy full SHA for bbbdfd7
source/getting-started.rst
@@ -174,9 +174,9 @@ case class. Here you are creating the instance of Firefox WebDriver.
174
def setUp(self):
175
self.driver = webdriver.Firefox()
176
177
-This is the test case method. The test case method should always start with characters `test`. The first line inside this method
178
-create a local reference to the driver object created in `setUp`
179
-method.
+This is the test case method. The test case method should always start
+with characters `test`. The first line inside this method create a
+local reference to the driver object created in `setUp` method.
180
181
::
182
0 commit comments