DeleteOntology | ||
comment | Delete added ontology to clean up from test | |
open | /vivo/ | |
assertTitle | VIVO | |
comment | Must not be logged in already | |
clickAndWait | link=Log in | |
assertTitle | Log in to 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 Ontology List | |
clickAndWait | link=Ontology list | |
assertTitle | Ontologies | |
comment | Make sure SWRC exists | |
verifyTextPresent | SWRC | |
clickAndWait | link=SWRC | |
assertTitle | Ontology Control Panel | |
clickAndWait | //input[@value='Edit SWRC'] | |
assertTitle | Ontology Editing Form | |
comment | Delete the SWRC ontology | |
click | _delete | |
assertConfirmation | Are you SURE you want to delete this record? If in doubt, CANCEL. | |
waitForPageToLoad | 5000 | |
assertTitle | Ontologies | |
comment | Verify SWRC no longer exists | |
verifyTextNotPresent | SWRC | |
comment | Logout | |
clickAndWait | link=Home | |
clickAndWait | link=Log out | |
assertTitle | VIVO |