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, waitForSetupCompletedensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, sendEnterKey, sendEscapeKeypublic com.atlassian.pageobjects.elements.query.TimedCondition isPageLoaded()
AbstractBambooPageisPageLoaded in class AbstractBambooPagepublic void doWait()
AbstractBambooPage
This uses AbstractBambooPage.isPageLoaded() by default.
If different wait functionality is required, just override this method.
doWait in class AbstractBambooPagepublic com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic SetupAdminUserDetailsPage submitWithNewBambooHome()
public BambooDashboardPage submitWithImportData(@NotNull Path importPath)
public BambooDashboardPage submitWithImportData(@NotNull String importPath)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.