Skip to content

Commit 004010d

Browse files
committed
Update the Demo Mode ReadMe
1 parent d899db4 commit 004010d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

help_docs/demo_mode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
<p align="left"><img src="https://seleniumbase.github.io/cdn/gif/xkcd_vid.gif" width="400" alt="SeleniumBase Example" title="SeleniumBase Example" /></p>
66

7-
<p align="left">🔵 <b>Demo Mode</b> helps you see what a test is doing.</p>
7+
<p align="left">🔵 <b translate="no">Demo Mode</b> helps you see what a test is doing.</p>
88

9-
<p align="left">🏇💨 👀 If a test runs too fast for your eyes, use <b>Demo Mode</b> to slow it down, highlight actions, and display assertions. Example usage:</p>
9+
<p align="left">🏇💨 👀 If a test runs too fast for your eyes, use <b translate="no">Demo Mode</b> to slow it down, highlight actions, and display assertions. Example usage:</p>
1010

1111
```bash
1212
pytest my_first_test.py --demo
@@ -25,7 +25,7 @@ pytest test_swag_labs.py --demo
2525

2626
--------
2727

28-
<p>Here's an example that only uses the <code>highlight()</code> method for highlighting browser actions:</p>
28+
<p>Here's an example that only uses the <code translate="no">highlight()</code> method for highlighting browser actions:</p>
2929

3030

3131
<p align="left">(<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_error_page.py" target="_blank">test_error_page.py</a> from <a href="https://github.com/seleniumbase/SeleniumBase/tree/master/examples" target="_blank">examples/</a>)</p>
@@ -38,6 +38,6 @@ pytest test_error_page.py
3838

3939
--------
4040

41-
Here's an example of a mobile test in <b>Demo Mode</b>:
41+
Here's an example of a mobile test in <b translate="no">Demo Mode</b>:
4242

4343
<p align="left"><img src="https://seleniumbase.github.io/cdn/gif/skype_mobile_test_2.gif" width="450" alt="SeleniumBase Example" title="SeleniumBase Example" /></p>

0 commit comments

Comments
 (0)