first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Imports from this module
|
||||
from page_classes.training_primary_topics_page_class import TrainingsPrimaryTopicsPage
|
||||
from page_classes.page_class_constants import REPORT_CONFIGS
|
||||
from page_classes.authentication_page_wrapper import AuthenticationPageWrapper
|
||||
|
||||
auth_wrapper = AuthenticationPageWrapper(inner_report_page=TrainingsPrimaryTopicsPage, report_config=REPORT_CONFIGS[TrainingsPrimaryTopicsPage])
|
||||
auth_wrapper.run()
|
||||
Reference in New Issue
Block a user