Skip to content

Commit 5f31106

Browse files
committed
Update test comments
1 parent 34e9b74 commit 5f31106

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/test_swag_labs.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ def login(self, user="standard_user"):
1515
self.assert_text("Products", "div.product_label")
1616

1717
def test_swag_labs_basic_flow(self):
18-
""" This test checks for basic functional flow in the Swag Labs store.
19-
The test is parameterized, and receives the user to use for login.
20-
"""
18+
""" This test checks basic functional flow in the Swag Labs store. """
2119
self.login()
2220

2321
# Verify that the "Test.allTheThings() T-Shirt" appears on the page

0 commit comments

Comments
 (0)