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