Skip to content

Commit 7ade60f

Browse files
authored
Merge pull request #763 from tbm/typos
Fix typos
2 parents 9062037 + d26ee17 commit 7ade60f

File tree

19 files changed

+26
-26
lines changed

19 files changed

+26
-26
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ nosetests [FILE_NAME.py]:[CLASS_NAME].[METHOD_NAME]
292292
<img src="https://img.shields.io/badge/Flaky Tests%3F-%20NO%21-11BBDD.svg" alt="NO MORE FLAKY TESTS!" />
293293
294294
✅ Automated/Manual Hybrid Mode:</h4>
295-
<p>SeleniumBase includes a solution called <b><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/masterqa/ReadMe.md">MasterQA</a></b>, which speeds up manual testing by having automation perform all the browser actions while the manual tester handles validatation.</p>
295+
<p>SeleniumBase includes a solution called <b><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/masterqa/ReadMe.md">MasterQA</a></b>, which speeds up manual testing by having automation perform all the browser actions while the manual tester handles validation.</p>
296296
297297
✅ Feature-Rich:
298298
<p>For a full list of SeleniumBase features, <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/features_list.md">Click Here</a>.</p>
@@ -670,7 +670,7 @@ text = self.get_text("header h2")
670670
attribute = self.get_attribute("#comic img", "title")
671671
```
672672
673-
🔵 Asserting existance of an element on a page within some number of seconds:
673+
🔵 Asserting existence of an element on a page within some number of seconds:
674674
675675
```python
676676
self.wait_for_element_present("div.my_class", timeout=10)
@@ -709,7 +709,7 @@ self.click('a[name*="partial_name"]')
709709
self.assert_text("Make it so!", "div#trek div.picard div.quotes")
710710
self.assert_text("Tea. Earl Grey. Hot.", "div#trek div.picard div.quotes", timeout=3)
711711
```
712-
(NOTE: ``self.find_text(TEXT, ELEMENT)`` and ``self.wait_for_text(TEXT, ELEMENT)`` also do this. For backwords compatibility, older method names were kept, but the default timeout may be different.)
712+
(NOTE: ``self.find_text(TEXT, ELEMENT)`` and ``self.wait_for_text(TEXT, ELEMENT)`` also do this. For backwards compatibility, older method names were kept, but the default timeout may be different.)
713713
714714
🔵 Asserting Anything:
715715

examples/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
* <b>SeleniumBase</b> tests are run with <b>pytest</b>.
9-
* Chrome is the default browser if not specifed.
9+
* Chrome is the default browser if not specified.
1010
* During test failures, logs and screenshots from the latest test run are saved to the ``latest_logs/`` folder.
1111
* Example tests are located in <b>[SeleniumBase/examples/](https://github.com/seleniumbase/SeleniumBase/tree/master/examples)</b>.
1212

examples/offline_examples/test_demo_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_demo_page(self):
3939
# Assert that the given SVG is visible on the page
4040
self.assert_element('svg[name="svgName"]')
4141

42-
# Verify that a slider control updates a progrss bar
42+
# Verify that a slider control updates a progress bar
4343
self.assert_element('progress[value="50"]')
4444
self.press_right_arrow("#myslider", times=5)
4545
self.assert_element('progress[value="100"]')

examples/test_demo_site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_demo_site(self):
3333
# Assert that the given SVG is visible on the page
3434
self.assert_element('svg[name="svgName"]')
3535

36-
# Verify that a slider control updates a progrss bar
36+
# Verify that a slider control updates a progress bar
3737
self.assert_element('progress[value="50"]')
3838
self.press_right_arrow("#myslider", times=5)
3939
self.assert_element('progress[value="100"]')

examples/test_skype_site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This is a mobile device test for Chromium-based browsers (such as MS Edge)
33
Usage: pytest test_skype_site.py --mobile --browser=edge
44
5-
Default mobile settings for User Agent and Device Metrics if not specifed:
5+
Default mobile settings for User Agent and Device Metrics if not specified:
66
User Agent: --agent="Mozilla/5.0 (Linux; Android 9; Pixel 3 XL)"
77
CSS Width, CSS Height, Pixel-Ratio: --metrics="411,731,3"
88
"""

examples/translations/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ specified. Method calls and ``import`` lines get swapped.
5454
Both a language and an action must be specified.
5555
The ``-p`` action can be paired with one other action.
5656
When running with ``-c`` (or ``--copy``) the new file name
57-
will be the orginal name appended with an underscore
57+
will be the original name appended with an underscore
5858
plus the 2-letter language code of the new language.
5959
(Example: Translating ``test_1.py`` into Japanese with
6060
``-c`` will create a new file called ``test_1_ja.py``.)

help_docs/happy_customers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h4> Here are some organizations that've used SeleniumBase:</h4>
1+
<h4> Here are some organizations that have used SeleniumBase:</h4>
22

33
* [HubSpot](https://www.hubspot.com/)
44
* [Veracode](https://www.veracode.com/)
@@ -9,7 +9,7 @@
99
* [MIT](https://web.mit.edu/)
1010
* [Harvard Medical School](https://hms.harvard.edu/)
1111
* [Mississippi State University](https://www.msstate.edu/)
12-
* [Queen's Univeristy](https://www.queensu.ca/)
12+
* [Queen's University](https://www.queensu.ca/)
1313
* [L1NNA Laboratory](https://l1nna.com/)
1414
* [First American](https://www.firstam.com/)
1515
* [StreamSets](https://streamsets.com/)

help_docs/translations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ specified. Method calls and ``import`` lines get swapped.
5454
Both a language and an action must be specified.
5555
The ``-p`` action can be paired with one other action.
5656
When running with ``-c`` (or ``--copy``) the new file name
57-
will be the orginal name appended with an underscore
57+
will be the original name appended with an underscore
5858
plus the 2-letter language code of the new language.
5959
(Example: Translating ``test_1.py`` into Japanese with
6060
``-c`` will create a new file called ``test_1_ja.py``.)

integrations/node_js/test_demo_site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_demo_site(self):
3333
# Assert that the given SVG is visible on the page
3434
self.assert_element('svg[name="svgName"]')
3535

36-
# Verify that a slider control updates a progrss bar
36+
# Verify that a slider control updates a progress bar
3737
self.assert_element('progress[value="50"]')
3838
self.press_right_arrow("#myslider", times=5)
3939
self.assert_element('progress[value="100"]')

seleniumbase/common/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Password: *********
4848
Here is the obfuscated password:
4949
$^*ENCRYPT=RXlYMSJWTz8HSwM=?&#$
5050
```
51-
(You can also use [unobfuscate.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/common/unobfuscate.py) to encrypt passwords without having them masked while typing them. Or you can use it to decrypt an obfuscated pasword.)
51+
(You can also use [unobfuscate.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/common/unobfuscate.py) to encrypt passwords without having them masked while typing them. Or you can use it to decrypt an obfuscated password.)
5252

5353
* Finally, in your tests you can now decrypt obfuscated passwords for use in login methods like this:
5454
```python

0 commit comments

Comments
 (0)