public class EditGroupPage extends AbstractBambooPage
driver, elementFinder, pageBinder, testedProduct
Constructor and Description |
---|
EditGroupPage(String groupName) |
Modifier and Type | Method and Description |
---|---|
GroupsAdminPage |
addUser(String username) |
List<String> |
getCurrentMemberNames() |
String |
getUrl() |
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.
|
void |
removeMember(String username) |
GroupsAdminPage |
save() |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn
public EditGroupPage(String groupName)
public String getUrl()
protected com.atlassian.pageobjects.elements.query.TimedCondition isPageLoaded()
AbstractBambooPage
isPageLoaded
in class AbstractBambooPage
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public GroupsAdminPage addUser(String username)
public void removeMember(String username)
public GroupsAdminPage save()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.