Overview

Namespaces

  • Azalea
    • Selenium
      • App
        • Charts
        • Components
        • Encounters
        • Home
        • Login
        • Main
        • Messages
        • Patients
        • Scheduler
      • Core
      • EHR
        • UI
          • Charts
          • Documents
          • Encounters
          • Home
          • Messaging
            • Folders
          • Patients
          • Payments
          • Precerts
          • Reports
          • Scheduler
          • Settings
            • General
              • Locations
              • Roles
              • Users
        • User
      • Login
        • UI
      • PHR
        • UI
        • User
      • Toolkit
        • Exception
        • Validation
    • Util
  • None
  • tests
    • integration
      • barebones
        • controllers
          • charts
          • patients
          • system
        • models
          • billing
          • encounters
          • examples
          • messaging
          • rcm
          • system
    • unit
      • barebones
        • lib
        • utilities
          • calculations

Classes

  • LoginPage
  • LoginTestCase
  • ResetPasswordPage
  • Overview
  • Namespace
  • Class

Class ResetPasswordPage

Page object which represents the Login Page.

Azalea\Selenium\Core\WebDriver
Extended by Azalea\Selenium\Core\Page
Extended by Azalea\Selenium\Login\ResetPasswordPage
Namespace: Azalea\Selenium\Login
Located at lib/src/Azalea/Selenium/Login/ResetPasswordPage.php
Methods summary
public
# resetPassword( string $email )

Fills out the reset password form.

Fills out the reset password form.

Parameters

$email
public Azalea\Selenium\Login\Login
# backToLogin( )

Navigate back to the login page.

Navigate back to the login page.

Returns

Azalea\Selenium\Login\Login
public boolean
# isInvalidEmail( )

Returns true if an invalid email was submitted.

Returns true if an invalid email was submitted.

Returns

boolean
protected boolean
# verify( )

Called by the Page class to verify that we are on the correct page.

Called by the Page class to verify that we are on the correct page.

Returns

boolean

Overrides

Azalea\Selenium\Core\Page::verify()
Methods inherited from Azalea\Selenium\Core\Page
checkTitle(), get(), title()
Methods inherited from Azalea\Selenium\Core\WebDriver
__call(), __construct(), clickAndWait(), displayed(), displayedById(), exists(), existsById(), getCurrentHash(), getDriver(), getElementsByCss(), setDriver(), spinWait(), updateHash(), wait()
Constants summary
string RESET_PASSWORD_PAGE_TITLE
# "Azalea Health - Secure Site"
Properties inherited from Azalea\Selenium\Core\WebDriver
$driver, $timeout
API documentation generated by ApiGen