open |
/admin/ |
|
clickAndWait |
//input[@value='I agree'] |
|
waitForText |
//td[@id='lastcoredata'] |
Successfully installed core data |
verifyTextPresent |
Successfully installed Mahara |
|
clickAndWait |
link=Continue |
|
verifyTextPresent |
Welcome to Mahara |
|
assertElementPresent |
login_login_username |
|
type |
login_login_username |
admin |
type |
login_login_password |
mahara |
clickAndWait |
login_submit |
|
verifyTextPresent |
Change password |
|
verifyTextPresent |
Primary email |
|
type |
change_password_password1 |
password1 |
type |
change_password_password2 |
password2 |
type |
change_password_email |
dev@mahara.org |
clickAndWait |
change_password_submit |
|
verifyTextPresent |
The passwords do not match |
|
type |
change_password_password2 |
password1 |
clickAndWait |
change_password_submit |
|
verifyTextPresent |
Your new password has been saved |
|
verifyTextPresent |
You are logged in as Admin User (admin) |
|