This test checks the login interface. It tries to login with empty, wrong, and correct login data.
| Login | ||
| open | test/selenium/prepare.php?what=loginStart | |
| open | index.php?state=logout | |
| clickAndWait | buttonLogin | |
| verifyElementPresent | name=buttonLogin | |
| type | mailLogin | test@ea-geier.at |
| type | passLogin | wrongtestpass |
| clickAndWait | buttonLogin | |
| verifyElementPresent | name=buttonLogin | |
| type | mailLogin | test@ea-geier.at |
| type | passLogin | testpass |
| clickAndWait | buttonLogin | |
| verifyElementPresent | name=logout | |
| open | test/selenium/prepare.php?what=loginStop | |