DeleteSubClassMinutes | ||
deleteAllVisibleCookies | ||
comment | Delete test sub-class Minutes | |
open | /vivo/ | |
assertTitle | VIVO | |
comment | Must not be logged in already | |
clickAndWait | link=Log in | |
assertTitle | VIVO | |
comment | Must log in as site admin | |
type | loginName | testAdmin |
type | loginPassword | Password |
clickAndWait | loginForm | |
assertTitle | VIVO | |
clickAndWait | link=Site Admin | |
assertTitle | VIVO Site Administration | |
comment | Navigate to Class hierarchy | |
clickAndWait | link=Class hierarchy | |
assertTitle | Class Hierarchy | |
comment | Make sure sub-class Minutes actually exists | |
verifyElementPresent | link=exact:core:Minutes | |
comment | Select to edit sub-class Minutes | |
clickAndWait | link=exact:core:Minutes | |
assertTitle | Class Control Panel | |
clickAndWait | //input[@value='Edit Class'] | |
assertTitle | Class Editing Form | |
comment | Delete sub-class Hours | |
click | _delete | |
assertConfirmation | Are you SURE you want to delete this record? If in doubt, CANCEL. | |
waitForPageToLoad | 5000 | |
assertTitle | Class Hierarchy | |
comment | Verify sub-class Minutes no longer exists | |
verifyElementNotPresent | link=exact:core:Minutes | |
comment | Logout | |
clickAndWait | link=Home | |
clickAndWait | link=Log out | |
assertTitle | VIVO |