com.atlassian.jira.functest.framework.assertions.DashboardAssertions |
Known Indirect Subclasses
|
This makes assertions about Dashboard pages and their content
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Assert that the columns exist
| |||||||||||
Make sure that the passed dashboard pages are listed in the passed table.
| |||||||||||
Ensure that the given portlets exist on the passed dashboard page.
| |||||||||||
Ensure that the given portlets exist on the system default dashboard page.
|
Assert that the columns exist
colHeaders | The text of the Column Header |
---|---|
dashboardsLocator | Locator of the dashboard table |
Make sure that the passed dashboard pages are listed in the passed table.
pages | the pages to test. |
---|---|
table | the table that contains the portal pages. |
Ensure that the given portlets exist on the passed dashboard page.
id | the id of the dashboard to check. |
---|---|
dashboardPortletInfo | the portlets that should exist on the dashboard. |
Ensure that the given portlets exist on the system default dashboard page.
dashboardPortletInfo | the portlets that should exist on the dashboard. |
---|