Package org.xwiki.test.ui.po
Class RefactoringStatusPage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.RefactoringStatusPage
-
- Direct Known Subclasses:
CopyOrRenameOrDeleteStatusPage
public class RefactoringStatusPage extends BasePage
Represents the status page of a refactoring job.- Since:
- 15.8RC1
- Version:
- $Id: 055e0e4613a6d0dccbc75a4c411455b8843b8387 $
-
-
Constructor Summary
Constructors Constructor Description RefactoringStatusPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInfoMessage()
RefactoringStatusPage
waitUntilFinished()
Waits until the operation finishes.-
Methods inherited from class org.xwiki.test.ui.po.BasePage
canDelete, clickAdminActionsSubMenuEntry, clickEditSubMenuEntry, clickLocale, clickMoreActionsSubMenuEntry, copy, createInlinePage, createPage, delete, deletePage, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getCurrentUser, getDocumentTitle, getDrawerMenu, getEditURL, getErrorContent, getHTMLMetaDataValue, getLocales, getMetaDataValue, getPageTitle, getPageURL, getXWikiMessageContent, hasLeftPanel, hasLoginLink, hasNotificationsMenu, hasRenderingError, isAuthenticated, isForbidden, isNewDocument, isNotificationsMenuOpen, login, logout, register, reloadPage, rename, sendKeys, toggleActionMenu, toggleNotificationsMenu, useShortcutKeyForClassEditing, useShortcutKeyForEditing, useShortcutKeyForInlineEditing, useShortcutKeyForObjectEditing, useShortcutKeyForPageDeletion, useShortcutKeyForPageRenaming, useShortcutKeyForRightsEditing, useShortcutKeyForSourceViewer, useShortcutKeyForWikiEditing, useShortcutKeyForWysiwygEditing, validateWCAG, validateWCAG, validateWCAG, viewChildren, watchDocument, watchSpace, watchWiki
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
waitUntilFinished
public RefactoringStatusPage waitUntilFinished()
Waits until the operation finishes.- Returns:
- this page
-
getInfoMessage
public String getInfoMessage()
- Returns:
- the status message displayed on the page after the job finished
-
-