CA12_Cl05.html | ||
open | /cms/logout/ | |
open | /admin/ | |
type | id_username | admin |
type | id_password | admin |
clickAndWait | //input[@value='Log in'] | |
clickAndWait | link=Users | |
clickAndWait | link=Add user | |
type | id_username | nuevousuario |
type | id_password1 | 1234 |
type | id_password2 | 1234 |
clickAndWait | _save | |
clickAndWait | link=Delete | |
verifyTextPresent | Are you sure you want to delete the user "nuevousuario"? All of the following related items will be deleted | |
clickAndWait | //input[@value="Yes, I'm sure"] | |
clickAndWait | link=Log out |