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.BaseElementRepresents the pane used to input the entry name.- Since:
- 1.1.2
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description AddEntryDialog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlashEntryEditPageclickAdd()Clicks on the add button to add the entry with the specified name.voidsetName(String name)Types the given string into the name input.
-
-
-
Method Detail
-
setName
public void setName(String name)
Types the given string into the name input.- Parameters:
name- the entry name
-
clickAdd
public FlashEntryEditPage clickAdd()
Clicks on the add button to add the entry with the specified name.- Returns:
- the page used to edit the new entry
-
-