AddTestFaculty
deleteAllVisibleCookies
comment Add a faculty member for test purposes
open /vivo/
assertTitle VIVO
comment Must not be logged in already
clickAndWait link=Log in
assertTitle VIVO Site Administration
comment Must login as site admin
type username testAdmin
type password Password
clickAndWait loginSubmitMode
assertTitle VIVO Site Administration
comment Select to add an Individual of Faculty
clickAndWait //input[@value='Add individual of this class']
assertTitle Individual Editing Form
comment Enter faculty member name and title
type Name Frank Furter
type MonikerSelectAlt Associate Professor
clickAndWait primaryAction
assertTitle Individual Control Panel
comment Verify new faculty member added
verifyTextPresent Frank Furter
verifyTextPresent Associate Professor
comment Logout
clickAndWait link=Log out
assertTitle VIVO