Skip to content
Snippets Groups Projects
Commit c3a464fe authored by Liam Svanåsbakken Crouch's avatar Liam Svanåsbakken Crouch :speech_balloon:
Browse files

refactor to new naming convention

parent a0a332aa
No related branches found
No related tags found
1 merge request!13Add integration tests for toasts
Pipeline #116317 passed with stage
in 12 minutes and 38 seconds
......@@ -13,7 +13,7 @@ from .helpers.registration import write_registration_inputs
from .helpers.login import log_in
from .helpers.toast import assert_toast, assert_not_toast
class toast_testing(unittest.TestCase):
class test_uc3(unittest.TestCase):
# initialization of webdriver
def setUp(self):
# Configure driver options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment