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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Clicks on the add button to add the entry with the specified name.
    void
    Types 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AddEntryDialog

      public AddEntryDialog()
  • Method Details

    • 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