6 lines
438 B
Python
6 lines
438 B
Python
from page_classes.training_event_count_attendee_comparison_page_class import TrainingEventCountAttendeeComparison
|
|
from page_classes.page_class_constants import REPORT_CONFIGS
|
|
from page_classes.authentication_page_wrapper import AuthenticationPageWrapper
|
|
|
|
auth_wrapper = AuthenticationPageWrapper(inner_report_page=TrainingEventCountAttendeeComparison, report_config=REPORT_CONFIGS[TrainingEventCountAttendeeComparison])
|
|
auth_wrapper.run() |