CheckPeopleLinks | ||
deleteAllVisibleCookies | ||
comment | Double check that all People links are correct | |
open | /vivo/siteAdmin?home=1&login=block | |
assertTitle | VIVO Site Administration | |
comment | Must not be logged in | |
clickAndWait | link=Log in | |
assertTitle | VIVO Site Administration | |
comment | Must login as site admin | |
type | loginName | testAdmin |
type | loginPassword | Password |
clickAndWait | loginForm | |
assertTitle | VIVO Site Administration | |
clickAndWait | link=People | |
assertTitle | People | |
clickAndWait | link=Faculty | |
comment | Verify that Lilly Librarian appears in Faculty and Librarians | |
assertTitle | Faculty | |
verifyTextPresent | Jane Faculty | |
verifyTextPresent | Librarians | |
verifyTextPresent | Lily Librarian | |
verifyElementPresent | //a[contains(text(),'Lily Librarian')] | |
comment | Logout | |
clickAndWait | link=Log out | |
assertTitle | VIVO |