Class FinishedStatusViewPage


  • public class FinishedStatusViewPage
    extends org.xwiki.test.ui.po.ViewPage
    Version:
    $Id$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getDescription()  
      String getEmptyPageWarningMessage()  
      int getNumberOfGuestsThatVotedFromTable()  
      int getNumberOfUsersThatAlreadyVotedFromTable()  
      void getProposals()  
      boolean searchIfGuestUserIsInTable​(String user)  
      boolean searchIfUserIsInTable​(String user)  
      • Methods inherited from class org.xwiki.test.ui.po.ViewPage

        clickBreadcrumbLink, clickWantedLink, clickWantedLink, contentContainsElement, editSection, exists, getBreadcrumb, getBreadcrumbContent, getContent, getPageBackgroundColor, getTitleColor, getTitleFontFamily, getTranslateButton, hasBreadcrumbContent, hasBreadcrumbContent, hasTranslateButton, isInlinePage, openCommentsDocExtraPane, openHistoryDocExtraPane, openInformationDocExtraPane, scrollToTop, useShortcutForDocExtraPane, useShortcutKeyForCommentPane, useShortcutKeyForHistoryPane, useShortcutKeyForInformationPane, waitForDocExtraPaneActive, waitUntilContent
      • 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, getEditURL, getErrorContent, getHTMLMetaDataValue, getLocales, getMetaDataValue, getPageTitle, getPageURL, hasLeftPanel, hasLoginLink, hasNotificationsMenu, hasRenderingError, hideDrawer, isAuthenticated, isDrawerVisible, isForbidden, isNewDocument, isNotificationsMenuOpen, login, logout, register, reloadPage, rename, sendKeys, showDrawer, toggleActionMenu, toggleDrawer, toggleNotificationsMenu, useShortcutKeyForClassEditing, useShortcutKeyForEditing, useShortcutKeyForInlineEditing, useShortcutKeyForObjectEditing, useShortcutKeyForPageDeletion, useShortcutKeyForPageRenaming, useShortcutKeyForRightsEditing, useShortcutKeyForSourceViewer, useShortcutKeyForWikiEditing, useShortcutKeyForWysiwygEditing, viewChildren, watchDocument, watchSpace, watchWiki
      • Methods inherited from class org.xwiki.test.ui.po.BaseElement

        getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
    • Field Detail

      • pollDescription

        public org.openqa.selenium.WebElement pollDescription
      • proposals

        public List<org.openqa.selenium.WebElement> proposals
      • usersThatVotedTableRows

        public List<org.openqa.selenium.WebElement> usersThatVotedTableRows
      • guestUsersThatVotedTableRows

        public List<org.openqa.selenium.WebElement> guestUsersThatVotedTableRows
      • emptyPageWarningMessage

        public org.openqa.selenium.WebElement emptyPageWarningMessage
    • Constructor Detail

      • FinishedStatusViewPage

        public FinishedStatusViewPage()
    • Method Detail

      • getDescription

        public String getDescription()
      • getProposals

        public void getProposals()
      • getNumberOfUsersThatAlreadyVotedFromTable

        public int getNumberOfUsersThatAlreadyVotedFromTable()
      • searchIfUserIsInTable

        public boolean searchIfUserIsInTable​(String user)
      • getNumberOfGuestsThatVotedFromTable

        public int getNumberOfGuestsThatVotedFromTable()
      • getEmptyPageWarningMessage

        public String getEmptyPageWarningMessage()
      • searchIfGuestUserIsInTable

        public boolean searchIfGuestUserIsInTable​(String user)