Example #1
0
 def reported_by_me_label(self):
     return Element(DashboardPageLocators.reported_by_me_label)
Example #2
0
 def search_issue_field(self):
     return Element(DashboardPageLocators.search_issue_field)
Example #3
0
 def search_issue_elements_summary(self):
     return Element(DashboardPageLocators.search_issue_elements_summary)
Example #4
0
 def issue_type_dropdown(self):
     return Element(CreateUpdateIssuePageLocators.issue_type_dropdown)
Example #5
0
 def severity_edit_fld(self):
     return Element(DashboardPageLocators.severity_edit_fld)
Example #6
0
 def severity_list_item(self):
     return Element(DashboardPageLocators.severity_list_item)
Example #7
0
 def create_issue_page_title(self):
     return Element(CreateUpdateIssuePageLocators.create_issue_title)
Example #8
0
 def summary_submit_btn(self):
     return Element(DashboardPageLocators.summary_submit_btn)
Example #9
0
 def create_btn(self):
     return Element(CreateUpdateIssuePageLocators.create_button)
Example #10
0
 def summary_error_message(self):
     return Element(CreateUpdateIssuePageLocators.summary_error_message)
Example #11
0
 def description_field(self):
     return Element(CreateUpdateIssuePageLocators.description_field)
Example #12
0
 def description_text_tab(self):
     return Element(CreateUpdateIssuePageLocators.description_text_tab)
Example #13
0
 def summary_field(self):
     return Element(CreateUpdateIssuePageLocators.summary_field)
Example #14
0
 def search_issues_list_item(self):
     return Element(DashboardPageLocators.search_issues_list_item)
Example #15
0
 def create_btn(self):
     return Element(DashboardPageLocators.create_btn)
Example #16
0
 def summary_edit_fld(self):
     return Element(DashboardPageLocators.summary_edit_fld)
Example #17
0
 def assign_to_me_lnk(self):
     return Element(DashboardPageLocators.assign_to_me_link)
Example #18
0
 def user_profile_icon(self):
     return Element(DashboardPageLocators.user_profile_icon)
Example #19
0
 def first_issue_in_list_sumary(self):
     return Element(DashboardPageLocators.first_issue_in_list_summary)
Example #20
0
 def severity_submit_btn(self):
     return Element(DashboardPageLocators.severity_submit_btn)
Example #21
0
 def issues_dropdown(self):
     return Element(DashboardPageLocators.issues_droprown)
Example #22
0
 def search_for_issues_menu_item(self):
     return Element(DashboardPageLocators.search_for_issues_menu_item)
Example #23
0
 def issues_dropdown_reported_by_me(self):
     return Element(DashboardPageLocators.issues_dropdown_reported_by_me)
Example #24
0
 def spinner(self):
     return Element(DashboardPageLocators.spinner)
Example #25
0
 def project_dropdown(self):
     return Element(CreateUpdateIssuePageLocators.project_dropdown)