public class BambooDashboardPage extends AbstractBambooPage implements com.atlassian.pageobjects.page.HomePage<BambooHeader>, GlobalPage
driver, elementFinder, pageBinder, poller, testedProduct| Constructor and Description |
|---|
BambooDashboardPage() |
| Modifier and Type | Method and Description |
|---|---|
List<PlanElement> |
allPlans() |
NotificationsBanner |
getNotificationsBanner() |
ServerStateBanner |
getStateBanner() |
String |
getUrl() |
String |
globalLinkId()
ID of the link in the main navigation menu.
|
boolean |
hasMorePlans() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
protected com.atlassian.pageobjects.elements.query.TimedCondition |
isPageLoaded()
This indicates that the page has loaded and the presence of indicator may be verified.
|
boolean |
isSpecsOnboardingDialogPresent() |
PersonalFilterDashboardComponent |
personalFilter() |
QuickFiltersDashboardComponent |
quickFilters() |
BambooDashboardPage |
showMorePlans() |
SpecsOnboardingDialogPage |
specsOnboardingDialog() |
void |
waitUntilQuickFiltersLoaded() |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, sendEnterKey, sendEscapeKeypublic String getUrl()
getUrl in interface com.atlassian.pageobjects.Pagepublic String globalLinkId()
GlobalPageglobalLinkId in interface GlobalPageprotected com.atlassian.pageobjects.elements.query.TimedCondition isPageLoaded()
AbstractBambooPageisPageLoaded in class AbstractBambooPagepublic void waitUntilQuickFiltersLoaded()
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic ServerStateBanner getStateBanner()
public NotificationsBanner getNotificationsBanner()
public List<PlanElement> allPlans()
public BambooDashboardPage showMorePlans()
public boolean hasMorePlans()
public QuickFiltersDashboardComponent quickFilters()
public PersonalFilterDashboardComponent personalFilter()
public SpecsOnboardingDialogPage specsOnboardingDialog()
public boolean isSpecsOnboardingDialogPresent()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.