public class SetupBambooInitialDataPage extends AbstractBambooSetupPage
driver, elementFinder, pageBinder, poller, testedProduct
Constructor and Description |
---|
SetupBambooInitialDataPage() |
Modifier and Type | Method and Description |
---|---|
void |
doWait()
This uses
AbstractBambooPage.isPageLoaded() by default. |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isPageLoaded()
This indicates that the page has loaded and the presence of indicator may be verified.
|
BambooDashboardPage |
submitWithImportData(Path importPath) |
BambooDashboardPage |
submitWithImportData(String importPath) |
SetupAdminUserDetailsPage |
submitWithNewBambooHome() |
getUrl, submitAndWaitForBind, waitForSetupCompleted
ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, sendEnterKey, sendEscapeKey
public com.atlassian.pageobjects.elements.query.TimedCondition isPageLoaded()
AbstractBambooPage
isPageLoaded
in class AbstractBambooPage
public void doWait()
AbstractBambooPage
This uses AbstractBambooPage.isPageLoaded()
by default.
If different wait functionality is required, just override this method.
doWait
in class AbstractBambooPage
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public SetupAdminUserDetailsPage submitWithNewBambooHome()
public BambooDashboardPage submitWithImportData(@NotNull Path importPath)
public BambooDashboardPage submitWithImportData(@NotNull String importPath)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.