File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
integrations/github/workflows Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -180,10 +180,10 @@ element.submit()
180
180
181
181
As you can see, the old WebDriver way is very bad!
182
182
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.)
184
184
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.)
187
187
188
188
``` bash
189
189
pytest my_first_test.py --browser=chrome
Original file line number Diff line number Diff line change 80
80
```
81
81
- uses: actions/upload-artifact@v2
82
82
with:
83
- name: Click here to download SeleniumBase presentation!
83
+ name: Click to download the presentation
84
84
path: saved_presentations/my_presentation.html
85
85
```
You can’t perform that action at this time.
0 commit comments