Class ReportResultPage
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.reports.ReportResultPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
PageObject for the ReportResult page (the page the shows the final rendered report). There isn't much interaction on
this page, but we do need to assert some things about the contents of the sidebar (if it even exists).
- Since:
- v7.2
-
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
-
Constructor Details
-
ReportResultPage
public ReportResultPage()
-
-
Method Details
-
getProjectNameInSidebar
If there is a sidebar on the page for this report, return the name of the project in the sidebar. Otherwise, return empty denoting no sidebar (and therefore, no project) present. -
isAt
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()Description copied from class:AbstractJiraPage
Timed condition checking if we're at given page.- Specified by:
isAt
in classAbstractJiraPage
- Returns:
- timed condition checking, if the test is at given page
-
getUrl
-