Selenium – Send Password

This test checks the send-password interface. It tests for existing and non-exiting users.

open test/selenium/prepare.php?what=sendPWStart
open index.php?state=logout
clickAndWait name=sendpw
verifyElementPresent name=buttonSendPW
type mail test1@ea-geier.at
clickAndWait buttonSendPW
verifyElementPresent name=buttonSendPW
type mail test@ea-geier.at
clickAndWait buttonSendPW
verifyElementPresent name=buttonLogin
open test/selenium/prepare.php?what=sendPWStop