Package org.xwiki.flashmessages.test.po
Class AddEntryDialog
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.flashmessages.test.po.AddEntryDialog
public class AddEntryDialog
extends org.xwiki.test.ui.po.BaseElement
Represents the pane used to input the entry name.
- Since:
- 1.1.2
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclickAdd()Clicks on the add button to add the entry with the specified name.voidTypes the given string into the name input.Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
Constructor Details
-
AddEntryDialog
public AddEntryDialog()
-
-
Method Details
-
setName
Types the given string into the name input.- Parameters:
name- the entry name
-
clickAdd
Clicks on the add button to add the entry with the specified name.- Returns:
- the page used to edit the new entry
-