Package org.xwiki.ckeditor.test.po
Class MacroDialogEditModal
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.ckeditor.test.po.MacroDialogEditModal
-
public class MacroDialogEditModal extends BaseElement
Page Object for the macro edition modal.- Since:
- 14.9
- Version:
- $Id: 74bfb8f2112bb3e794da40594038ac1aaa280aef $
-
-
Constructor Summary
Constructors Constructor Description MacroDialogEditModal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clickSubmit()
Click on the macro submission button.MacroDialogEditModal
waitUntilReady()
Wait until the macro selection edition is loaded.-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
waitUntilReady
public MacroDialogEditModal waitUntilReady()
Wait until the macro selection edition is loaded.- Returns:
- the current page object
-
clickSubmit
public void clickSubmit()
Click on the macro submission button.
-
-