public class CsvImporterMappingPage extends AbstractCrowdPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
errorContainer |
protected com.atlassian.pageobjects.elements.PageElement |
groupMappingTable |
protected static org.openqa.selenium.By |
MAPPING_SELECT_SELECTOR |
protected static org.openqa.selenium.By |
SAMPLE_ROW_CELL_SELECTOR |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
protected com.atlassian.pageobjects.elements.PageElement |
userMappingTable |
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, forgedLicenseWarningBanner, I18N, NEXT_BUTTON_SELECTOR, pageBinder, systemAdminMenu, TABLE_ROWS_SELECTOR, VALUE_DATA_ATTRIBUTE
Constructor and Description |
---|
CsvImporterMappingPage() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getErrors() |
List<CsvMappingRow> |
getGroupMappingRows() |
String |
getUrl() |
List<CsvMappingRow> |
getUserMappingRows() |
boolean |
isGroupMappingConfigurable() |
CsvImporterMappingPage |
setGroupMappingForRow(String rowName,
String mappingType) |
CsvImporterMappingPage |
setUserMappingForRow(String rowName,
String mappingType) |
CsvImporterMappingPage |
submitExpectingFailure() |
CsvImporterConfirmationPage |
submitExpectingSuccess() |
bindAndWaitUntilPageLoad, getAuiMessages, getForgedLicenseWarningBanner, getHeader, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoad
protected static final org.openqa.selenium.By MAPPING_SELECT_SELECTOR
protected static final org.openqa.selenium.By SAMPLE_ROW_CELL_SELECTOR
protected com.atlassian.pageobjects.elements.PageElement userMappingTable
protected com.atlassian.pageobjects.elements.PageElement groupMappingTable
protected com.atlassian.pageobjects.elements.PageElement errorContainer
protected com.atlassian.pageobjects.elements.PageElement submitButton
public CsvImporterMappingPage setUserMappingForRow(String rowName, String mappingType)
public CsvImporterMappingPage setGroupMappingForRow(String rowName, String mappingType)
public boolean isGroupMappingConfigurable()
public List<CsvMappingRow> getUserMappingRows()
public List<CsvMappingRow> getGroupMappingRows()
public CsvImporterConfirmationPage submitExpectingSuccess()
public CsvImporterMappingPage submitExpectingFailure()
public String getUrl()
Copyright © 2021 Atlassian. All rights reserved.