Package org.xwiki.administration.test.po
Class DeleteGroupConfirmationModal
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BaseModal
-
- org.xwiki.test.ui.po.ConfirmationModal
-
- org.xwiki.administration.test.po.DeleteGroupConfirmationModal
-
public class DeleteGroupConfirmationModal extends ConfirmationModal
Represents the actions possible on the delete group confirmation modal.- Since:
- 10.9
- Version:
- $Id: f03d9b4cfab1624d55822df1e0d2f3445afb7394 $
-
-
Constructor Summary
Constructors Constructor Description DeleteGroupConfirmationModal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clickOk()
-
Methods inherited from class org.xwiki.test.ui.po.ConfirmationModal
clickCancel, getMessage
-
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
-
clickOk
public void clickOk()
- Overrides:
clickOk
in classConfirmationModal
-
-