Package org.xwiki.administration.test.po
Class CreateGroupModal
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BaseModal
-
- org.xwiki.administration.test.po.CreateGroupModal
-
public class CreateGroupModal extends BaseModal
Represents the Create Group modal.- Since:
- 10.9
- Version:
- $Id: 04ce67c440fa912db269c399bba5bb9f1b65b359 $
-
-
Constructor Summary
Constructors Constructor Description CreateGroupModal()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createGroup(String groupName)
org.openqa.selenium.WebElement
getCreateGroupButton()
org.openqa.selenium.WebElement
getGroupNameInput()
CreateGroupModal
setGroupName(String groupName)
CreateGroupModal
waitForValidationError(String message)
-
Methods inherited from class org.xwiki.test.ui.po.BaseModal
close, getTitle, isDisplayed, waitForClosed
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
getGroupNameInput
public org.openqa.selenium.WebElement getGroupNameInput()
-
setGroupName
public CreateGroupModal setGroupName(String groupName)
-
waitForValidationError
public CreateGroupModal waitForValidationError(String message)
-
getCreateGroupButton
public org.openqa.selenium.WebElement getCreateGroupButton()
-
createGroup
public void createGroup(String groupName)
-
-