Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 631f1c2

Browse files
committed
Merge pull request baijum#28 from ProProgrammer/patch-1
Update getting-started.rst
2 parents 4413971 + 5b3a12a commit 631f1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ case class. Here you are creating the instance of Firefox WebDriver.
169169
def setUp(self):
170170
self.driver = webdriver.Firefox()
171171

172-
This is the test case method. The first line inside this method
172+
This is the test case method. The test case method should always start with characters `test`. The first line inside this method
173173
create a local reference to the driver object created in `setUp`
174174
method.
175175

0 commit comments

Comments
 (0)