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