Class 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 Detail

      • AddEntryDialog

        public AddEntryDialog()
    • 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