Update a class name

This commit is contained in:
Michael Mintz 2019-11-05 02:02:06 -05:00
parent 1300b37598
commit 7be67de61c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from seleniumbase import BaseCase
class SwagLabsTest(BaseCase):
class SwagLabsTests(BaseCase):
def login(self, user="standard_user"):
""" Login to Swag Labs and assert that the login was successful. """