You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
46
46
--------
47
47
48
-
<palign="left">🔵 An example test using the <code>BaseCase</code> class:</p>
48
+
<palign="left">↘️ An example test using the <code>BaseCase</code> class:</p>
49
49
50
50
```python
51
51
from seleniumbase import BaseCase
@@ -62,7 +62,7 @@ class TestMFALogin(BaseCase):
62
62
self.save_screenshot_to_logs()
63
63
```
64
64
65
-
<palign="left">🔵 An example test using the <code>sb</code> pytest fixture:</p>
65
+
<palign="left">↘️ An example test using the <code>sb</code> pytest fixture:</p>
66
66
67
67
```python
68
68
deftest_mfa_login(sb):
@@ -76,7 +76,7 @@ def test_mfa_login(sb):
76
76
sb.save_screenshot_to_logs()
77
77
```
78
78
79
-
<palign="left">🔵 An example of running a test: <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py">test_demo_site.py</a></p>
79
+
<palign="left">↘️ An example of running a test: <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py">test_demo_site.py</a></p>
0 commit comments