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