Skip to content

Commit 84106b8

Browse files
committed
Documentation updates
1 parent 15fef18 commit 84106b8

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ The code above will leave your browser window open in case there's a failure. (i
469469
--time-limit=SECONDS # (Safely fail any test that exceeds the time limit.)
470470
--slow # (Slow down the automation. Faster than using Demo Mode.)
471471
--demo # (Slow down and visually see test actions as they occur.)
472-
--demo-sleep=SECONDS # (Set the wait time after Demo Mode actions.)
472+
--demo-sleep=SECONDS # (Set the wait time after Slow & Demo Mode actions.)
473473
--highlights=NUM # (Number of highlight animations for Demo Mode actions.)
474474
--message-duration=SECONDS # (The time length for Messenger alerts.)
475475
--check-js # (Check for JavaScript errors after page loads.)

help_docs/customizing_test_runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ pytest my_first_test.py --settings-file=custom_settings.py
143143
--time-limit=SECONDS # (Safely fail any test that exceeds the time limit.)
144144
--slow # (Slow down the automation. Faster than using Demo Mode.)
145145
--demo # (Slow down and visually see test actions as they occur.)
146-
--demo-sleep=SECONDS # (Set the wait time after Demo Mode actions.)
146+
--demo-sleep=SECONDS # (Set the wait time after Slow & Demo Mode actions.)
147147
--highlights=NUM # (Number of highlight animations for Demo Mode actions.)
148148
--message-duration=SECONDS # (The time length for Messenger alerts.)
149149
--check-js # (Check for JavaScript errors after page loads.)

mkdocs_build/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docutils==0.19
77
python-dateutil==2.8.2
88
livereload==2.6.3
99
joblib==1.1.0
10-
Markdown==3.4.1
10+
Markdown==3.3.7
1111
MarkupSafe==2.1.1
1212
pyparsing==3.0.9
1313
keyring==23.7.0
@@ -25,7 +25,7 @@ lunr==0.6.2
2525
nltk==3.7
2626
tornado==6.2
2727
watchdog==2.1.9
28-
mkdocs==1.3.0
28+
mkdocs==1.3.1
2929
mkdocs-material==8.3.9
3030
mkdocs-exclude-search==0.6.4
3131
mkdocs-simple-hooks==0.1.5

seleniumbase/behave/behave_sb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
-D time-limit=SECONDS (Safely fail any test that exceeds the time limit.)
5454
-D slow (Slow down the automation. Faster than using Demo Mode.)
5555
-D demo (Slow down and visually see test actions as they occur.)
56-
-D demo-sleep=SECONDS (Set the wait time after Demo Mode actions.)
56+
-D demo-sleep=SECONDS (Set the wait time after Slow & Demo Mode actions.)
5757
-D highlights=NUM (Number of highlight animations for Demo Mode actions.)
5858
-D message-duration=SECONDS (The time length for Messenger alerts.)
5959
-D check-js (Check for JavaScript errors after page loads.)

seleniumbase/plugins/pytest_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def pytest_addoption(parser):
6464
--time-limit=SECONDS (Safely fail any test that exceeds the time limit.)
6565
--slow (Slow down the automation. Faster than using Demo Mode.)
6666
--demo (Slow down and visually see test actions as they occur.)
67-
--demo-sleep=SECONDS (Set the wait time after Demo Mode actions.)
67+
--demo-sleep=SECONDS (Set the wait time after Slow & Demo Mode actions.)
6868
--highlights=NUM (Number of highlight animations for Demo Mode actions.)
6969
--message-duration=SECONDS (The time length for Messenger alerts.)
7070
--check-js (Check for JavaScript errors after page loads.)

seleniumbase/plugins/selenium_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class SeleniumBrowser(Plugin):
4545
--time-limit=SECONDS (Safely fail any test that exceeds the time limit.)
4646
--slow (Slow down the automation. Faster than using Demo Mode.)
4747
--demo (Slow down and visually see test actions as they occur.)
48-
--demo-sleep=SECONDS (Set the wait time after Demo Mode actions.)
48+
--demo-sleep=SECONDS (Set the wait time after Slow & Demo Mode actions.)
4949
--highlights=NUM (Number of highlight animations for Demo Mode actions.)
5050
--message-duration=SECONDS (The time length for Messenger alerts.)
5151
--check-js (Check for JavaScript errors after page loads.)

0 commit comments

Comments
 (0)