Skip to content

Commit 26b3708

Browse files
committed
Update a test
1 parent 85bae8f commit 26b3708

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/swag_labs_suite.py renamed to examples/swag_labs_user_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ def login_to_swag_labs(self, username="standard_user"):
2121
["problem_user"],
2222
]
2323
)
24-
def test_swag_labs_basic_flow(self, username):
25-
"""This test checks functional flow of the Swag Labs store.
26-
This test is parameterized on the login user."""
24+
def test_swag_labs_user_flows(self, username):
25+
"""This parameterized test checks basic user actions on the website.
26+
It also shows you how SeleniumBase can help you catch bugs."""
2727
self.login_to_swag_labs(username=username)
2828
if username == "problem_user":
2929
print("\n(This test should fail)")

0 commit comments

Comments
 (0)