Class PeoplePage

java.lang.Object
net.serenitybdd.core.pages.PageObject
net.thucydides.core.pages.PageObject
All Implemented Interfaces:
BasePage

public class PeoplePage extends GenericPage
  • Constructor Details

    • PeoplePage

      public PeoplePage(org.openqa.selenium.WebDriver driver)
  • Method Details

    • addContactFullnameElement

      public ElementFacade addContactFullnameElement(String user)
    • areCurrentUserPositionAndPointsOnLeaderboardDisplayed

      public void areCurrentUserPositionAndPointsOnLeaderboardDisplayed()
    • areTwoFirstPlacesOnLeaderboardDisplayed

      public void areTwoFirstPlacesOnLeaderboardDisplayed()
    • areTwoFirstUsersPointsOnLeaderboardDisplayed

      public void areTwoFirstUsersPointsOnLeaderboardDisplayed()
    • checkConnectToUser

      public void checkConnectToUser(String user)
    • checkThatAddContactButtonIsDisplayed

      public void checkThatAddContactButtonIsDisplayed()
    • checkThatAddedUserSuggestionIsDisplayed

      public void checkThatAddedUserSuggestionIsDisplayed()
    • checkThatCircularAvatarIsDisplayed

      public void checkThatCircularAvatarIsDisplayed()
    • checkThatDeletedUserSuggestionIsNotDisplayed

      public void checkThatDeletedUserSuggestionIsNotDisplayed()
    • checkThatFirstUserSuggestionIsNotDisplayed

      public void checkThatFirstUserSuggestionIsNotDisplayed()
    • checkThatFullNameIsDisplayed

      public void checkThatFullNameIsDisplayed()
    • checkThatJobIsDisplayed

      public void checkThatJobIsDisplayed()
    • checkThatMyConnectionsPulldownFiltersIsDisplayed

      public void checkThatMyConnectionsPulldownFiltersIsDisplayed(String user)
    • checkThatPeopleShowingResultsIsDisplayed

      public void checkThatPeopleShowingResultsIsDisplayed()
    • checkThatPulldownFiltersIsDisplayed

      public void checkThatPulldownFiltersIsDisplayed()
    • checkThatSuggestionWidgetDisplayedTwoUsersWithAddAndDeleteButtons

      public void checkThatSuggestionWidgetDisplayedTwoUsersWithAddAndDeleteButtons()
    • checkThatTheCoverIsDisplayed

      public void checkThatTheCoverIsDisplayed()
    • checkThatUserSuggestionIsDisplayed

      public void checkThatUserSuggestionIsDisplayed(String firstName, String lastName)
    • checkThatUserSuggestionIsNotDisplayed

      public void checkThatUserSuggestionIsNotDisplayed(String firstName, String lastName)
    • closeSentRequestsButton

      public void closeSentRequestsButton()
    • connectToUser

      public void connectToUser(String user)
    • connectUserProfile

      public void connectUserProfile()
    • currentUserLeaderboardPoints

      public ElementFacade currentUserLeaderboardPoints(String id)
    • deleteSentRequest

      public void deleteSentRequest(String firstName, String lastName)
    • deleteSentRequestsUsersElement

      public ElementFacade deleteSentRequestsUsersElement(String user)
    • deleteUserSuggestion

      public void deleteUserSuggestion()
    • goToSentRequests

      public void goToSentRequests()
    • goToUserProfile

      public void goToUserProfile(String user)
    • isLeaderBoardWidgetDisplayed

      public void isLeaderBoardWidgetDisplayed(String title)
    • sentRequestsUsersElement

      public ElementFacade sentRequestsUsersElement(String user)
    • searchUser

      public boolean searchUser(String user)
    • searchUserProfile

      public void searchUserProfile(String user)
    • checkThatTheSearchedUserProfileIsDisplayed

      public void checkThatTheSearchedUserProfileIsDisplayed(String user)
    • insertSearchTerm

      public TextBoxElementFacade insertSearchTerm(String term)