@@ -35,7 +35,7 @@ def invalid_objectify_run_command():
35
35
exp += " seleniumbase objectify [SELENIUMBASE_PYTHON_FILE]\n "
36
36
exp += " Options:\n "
37
37
exp += " -c, --comments (Add object selectors to the comments.)\n "
38
- exp += " (Default: No added comments.)\n "
38
+ exp += " (Default: No added comments.)\n "
39
39
exp += " Output:\n "
40
40
exp += " Converts a SeleniumBase Python file into one that uses\n "
41
41
exp += " the Page Object Pattern by converting page selectors\n "
@@ -52,7 +52,7 @@ def invalid_inject_objects_run_command():
52
52
exp += " seleniumbase inject-objects [SELENIUMBASE_PYTHON_FILE]\n "
53
53
exp += " Options:\n "
54
54
exp += " -c, --comments (Add object selectors to the comments.)\n "
55
- exp += " (Default: No added comments.)\n "
55
+ exp += " (Default: No added comments.)\n "
56
56
exp += " Output:\n "
57
57
exp += ' Takes the page objects found in the "page_objects.py"\n '
58
58
exp += " file and uses those to replace matching selectors in\n "
@@ -77,7 +77,7 @@ def invalid_revert_objects_run_command():
77
77
exp += " seleniumbase revert-objects [SELENIUMBASE_PYTHON_FILE]\n "
78
78
exp += " Options:\n "
79
79
exp += " -c, --comments (Keep existing comments for the lines.)\n "
80
- exp += " (Default: No comments are kept.)\n "
80
+ exp += " (Default: No comments are kept.)\n "
81
81
exp += " Output:\n "
82
82
exp += ' Reverts the changes made by "seleniumbase objectify" or\n '
83
83
exp += ' "seleniumbase inject-objects" when run against a\n '
0 commit comments