Skip to content

Commit 7be67de

Browse files
committed
Update a class name
1 parent 1300b37 commit 7be67de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test_swag_labs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from seleniumbase import BaseCase
22

33

4-
class SwagLabsTest(BaseCase):
4+
class SwagLabsTests(BaseCase):
55

66
def login(self, user="standard_user"):
77
""" Login to Swag Labs and assert that the login was successful. """

0 commit comments

Comments
 (0)