Skip to content

Commit f1cc84d

Browse files
committed
Update the docs
1 parent 5edf45a commit f1cc84d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ element.submit()
180180

181181
As you can see, the old WebDriver way is very bad!
182182
Use SeleniumBase to make testing much easier!
183-
(<i>You can still use ``self.driver`` in your code.</i>)
183+
(You can still use ``self.driver`` in your code.)
184184

185-
<h4>Run tests with ``pytest`` or ``nosetests`` in any browser:</h4>
186-
(<i>Using **pytest** is recommended. **Chrome** is the default browser.</i>)
185+
* Run tests with ``pytest`` or ``nosetests`` in any browser:
186+
(**pytest** is recommended. **Chrome** is the default browser.)
187187

188188
```bash
189189
pytest my_first_test.py --browser=chrome

integrations/github/workflows/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
```
8181
- uses: actions/upload-artifact@v2
8282
with:
83-
name: Click here to download SeleniumBase presentation!
83+
name: Click to download the presentation
8484
path: saved_presentations/my_presentation.html
8585
```

0 commit comments

Comments
 (0)