Skip to content

Commit 6c4ed41

Browse files
committed
Update the ReadMe
1 parent cb8c581 commit 6c4ed41

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,18 @@
4040
<b>Extends pytest. Simplifies Selenium.</b>
4141
</p>
4242

43-
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py"><img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_mobile.gif" /></a></p>
44-
<p align="center">(<i>Above: <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py">test_swag_labs.py</a> running with mobile emulation enabled.</i>)</p>
43+
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py"><img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_labs_gif.gif" /></a></p>
4544

4645
```bash
47-
pytest test_swag_labs.py --mobile
46+
pytest test_swag_labs.py --demo
4847
```
4948

5049
----------
51-
<div><p align="center">(<i>Below: Same test as above, but running in Demo Mode now.</i>)</p></div>
5250

53-
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py"><img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_labs_gif.gif" /></a></p>
51+
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py"><img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_mobile.gif" /></a></p>
5452

5553
```bash
56-
pytest test_swag_labs.py --demo
54+
pytest test_swag_labs.py --mobile
5755
```
5856

5957
<a id="python_installation"></a>

0 commit comments

Comments
 (0)