Class SettingsPage

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

public class SettingsPage extends GenericPage
  • Constructor Details

    • SettingsPage

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

    • acceptEditLanguage

      public void acceptEditLanguage()
    • acceptEditPassword

      public void acceptEditPassword()
    • applyEditGeneralNotifications

      public void applyEditGeneralNotifications()
    • cancelEditLanguage

      public void cancelEditLanguage()
    • cancelEditPassword

      public void cancelEditPassword()
    • checkThatActivityStreamSectionIsDisplayed

      public void checkThatActivityStreamSectionIsDisplayed()
    • checkThatConnectionsSectionIsDisplayed

      public void checkThatConnectionsSectionIsDisplayed()
    • checkThatGeneralSectionIsDisplayed

      public void checkThatGeneralSectionIsDisplayed()
    • checkThatKudosSectionIsDisplayed

      public void checkThatKudosSectionIsDisplayed()
    • checkThatLanguageIsDisplayed

      public void checkThatLanguageIsDisplayed(String language)
    • checkThatManageNotificationPageIsOpened

      public void checkThatManageNotificationPageIsOpened()
    • checkThatNotesSectionIsDisplayed

      public void checkThatNotesSectionIsDisplayed()
    • checkThatNotificationOnMobileIsDisabled

      public void checkThatNotificationOnMobileIsDisabled()
    • checkThatNotificationOnMobileIsEnabled

      public void checkThatNotificationOnMobileIsEnabled()
    • checkThatNotificationOnSiteIsDisabled

      public void checkThatNotificationOnSiteIsDisabled()
    • checkThatNotificationOnSiteIsEnabled

      public void checkThatNotificationOnSiteIsEnabled()
    • checkThatNotificationViaMailIsDisabled

      public void checkThatNotificationViaMailIsDisabled()
    • checkThatNotificationViaMailIsEnabled

      public void checkThatNotificationViaMailIsEnabled()
    • checkThatPerkStoreSectionIsDisplayed

      public void checkThatPerkStoreSectionIsDisplayed()
    • checkThatSettingsPageIsOpened

      public void checkThatSettingsPageIsOpened()
    • checkThatSpacesSectionIsDisplayed

      public void checkThatSpacesSectionIsDisplayed()
    • checkThatTasksSectionIsDisplayed

      public void checkThatTasksSectionIsDisplayed()
    • checkThatWalletSectionIsDisplayed

      public void checkThatWalletSectionIsDisplayed()
    • dailyEmailIsDisplayedInGeneralNotificationsSection

      public void dailyEmailIsDisplayedInGeneralNotificationsSection()
    • editLanguage

      public void editLanguage(String language)
    • editPassword

      public void editPassword(String oldPassword, String password)
    • enableDisableNotificationOnMobile

      public void enableDisableNotificationOnMobile()
    • enableDisableNotificationOnSite

      public void enableDisableNotificationOnSite()
    • enableDisableNotificationViaMail

      public void enableDisableNotificationViaMail()
    • generalNotificationsSendingMailTypeIsDaily

      public void generalNotificationsSendingMailTypeIsDaily()
    • generalNotificationsSendingMailTypeIsNever

      public void generalNotificationsSendingMailTypeIsNever()
    • generalNotificationsSendingMailTypeIsWeekly

      public void generalNotificationsSendingMailTypeIsWeekly()
    • goToManageNotifications

      public void goToManageNotifications()
    • noEmailIsDisplayedInGeneralNotificationsSection

      public void noEmailIsDisplayedInGeneralNotificationsSection()
    • notifyMeByEmailIsDisplayedInGeneralNotificationsSection

      public void notifyMeByEmailIsDisplayedInGeneralNotificationsSection()
    • notifyMeByEmailIsNotDisplayedInGeneralNotificationsSection

      public void notifyMeByEmailIsNotDisplayedInGeneralNotificationsSection()
    • notifyMeOnMobileIsDisplayedInGeneralNotificationsSection

      public void notifyMeOnMobileIsDisplayedInGeneralNotificationsSection()
    • notifyMeOnMobileIsNotDisplayedInGeneralNotificationsSection

      public void notifyMeOnMobileIsNotDisplayedInGeneralNotificationsSection()
    • notifyMeOnSiteIsDisplayedInGeneralNotificationsSection

      public void notifyMeOnSiteIsDisplayedInGeneralNotificationsSection()
    • notifyMeOnSiteIsNotDisplayedInGeneralNotificationsSection

      public void notifyMeOnSiteIsNotDisplayedInGeneralNotificationsSection()
    • selectSendMeASummaryEmail

      public void selectSendMeASummaryEmail(String mailSendingType)
    • weeklyEmailIsDisplayedInGeneralNotificationsSection

      public void weeklyEmailIsDisplayedInGeneralNotificationsSection()