AddPositions
comment Validate this form and add positions
deleteAllVisibleCookies
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 Site Administration
comment Navigate to test faculty member via Index
clickAndWait link=Index
assertTitle Index to VIVO Contents
clickAndWait link=Faculty Member
assertTitle Faculty Member
clickAndWait link=Faculty, Jane
assertTitle Faculty, Jane
comment Select positions editing
clickAndWait //section[@id='individual-info']/header/h2/a/img
assertTitle Edit
verifyTextPresent Create position entry for Faculty, Jane
verifyTextPresent Organization Type
comment Cancel without adding anything
clickAndWait link=Cancel
clickAndWait //section[@id='individual-info']/header/h2/a/img
assertTitle Edit
comment Add only organization name, which results in error
select typeSelector label=College
type relatedIndLabel Carroll College
clickAndWait submit
assertTitle Edit
verifyTextPresent This field must not be empty.
comment Add position title, but leave position type and start year blank
type positionTitle Lecturer
clickAndWait submit
verifyTextPresent This field must not be empty.
assertTitle Edit
comment Enter in all fields except for end year
select positionType label=Faculty Administrative Position
type startField.year 1971
type endField.year
clickAndWait submit
comment Verify first position is listed properly
assertTitle Faculty, Jane
verifyTextPresent Carroll College, Lecturer 1971 -
comment Add second position using same organization
clickAndWait //section[@id='individual-info']/header/h2/a/img
assertTitle Edit
select typeSelector label=University
type relatedIndLabel Carroll University
type positionTitle Assistant Professor
select positionType label=Faculty Position
type startField.year 1981
type endField.year 1985
clickAndWait submit
assertTitle Faculty, Jane
comment Verify both positions are listed properly
verifyTextPresent Carroll College, Lecturer 1971 -
verifyTextPresent Carroll University, Assistant Professor 1981 - 1985
comment Add third position using new organization
clickAndWait //section[@id='individual-info']/header/h2/a/img
assertTitle Edit
select typeSelector label=University
type relatedIndLabel Cornell University
type positionTitle Assistant Professor
select positionType label=Faculty Position
type startField.year 1986
type endField.year 2010
clickAndWait submit
assertTitle Faculty, Jane
comment Verify all three positions show up
verifyTextPresent Carroll College, Lecturer 1971 -
verifyTextPresent Carroll University, Assistant Professor 1981 - 1985
verifyTextPresent Carroll University, Assistant Professor 1981 - 1985
comment Log out
clickAndWait link=Home
clickAndWait link=Log out
assertTitle VIVO