Skip to content

Commit 6e17f89

Browse files
committed
Update the ReadMe
1 parent 1491cd4 commit 6e17f89

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
@@ -71,7 +71,7 @@
7171
</div>
7272
</details>
7373

74-
<p align="left">📘 An example with the <b>BaseCase</b> class. Runs with <code>pytest</code> or <code>nosetests</code>. (<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md">Learn more</a>)</p>
74+
<p align="left">📘📝 An example with the <b>BaseCase</b> class. Runs with <code>pytest</code> or <code>nosetests</code>. (<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md">Learn more</a>)</p>
7575

7676
```python
7777
from seleniumbase import BaseCase
@@ -88,7 +88,7 @@ class TestMFALogin(BaseCase):
8888
self.save_screenshot_to_logs()
8989
```
9090

91-
<p align="left">📗 An example with the <b>sb</b> <code>pytest</code> fixture. Runs with <code>pytest</code>.</p>
91+
<p align="left">📗📝 An example with the <b>sb</b> <code>pytest</code> fixture. Runs with <code>pytest</code>.</p>
9292

9393
```python
9494
def test_mfa_login(sb):
@@ -102,7 +102,7 @@ def test_mfa_login(sb):
102102
sb.save_screenshot_to_logs()
103103
```
104104

105-
<p align="left">📕 An example with <b>behave-BDD</b> <a href="https://behave.readthedocs.io/en/stable/gherkin.html">Gherkin</a> structure. Runs with <code>behave</code>. (<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/behave_bdd/ReadMe.md">Learn more</a>)</p>
105+
<p align="left">📕📝 An example with <b>behave-BDD</b> <a href="https://behave.readthedocs.io/en/stable/gherkin.html">Gherkin</a> structure. Runs with <code>behave</code>. (<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/behave_bdd/ReadMe.md">Learn more</a>)</p>
106106

107107
```gherkin
108108
Feature: SeleniumBase scenarios for the RealWorld App

0 commit comments

Comments
 (0)