Skip to content

Commit b7dce61

Browse files
committed
Update the ReadMe
1 parent 3e5f1dc commit b7dce61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
--------
4747

48-
<p align="left">🔵 An example test using the <code>BaseCase</code> class:</p>
48+
<p align="left">↘️ An example test using the <code>BaseCase</code> class:</p>
4949

5050
```python
5151
from seleniumbase import BaseCase
@@ -62,7 +62,7 @@ class TestMFALogin(BaseCase):
6262
self.save_screenshot_to_logs()
6363
```
6464

65-
<p align="left">🔵 An example test using the <code>sb</code> pytest fixture:</p>
65+
<p align="left">↘️ An example test using the <code>sb</code> pytest fixture:</p>
6666

6767
```python
6868
def test_mfa_login(sb):
@@ -76,7 +76,7 @@ def test_mfa_login(sb):
7676
sb.save_screenshot_to_logs()
7777
```
7878

79-
<p align="left">🔵 An example of running a test: <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py">test_demo_site.py</a></p>
79+
<p align="left">↘️ An example of running a test: <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py">test_demo_site.py</a></p>
8080

8181
```bash
8282
cd examples/

0 commit comments

Comments
 (0)