AddPositions
comment Validate this form and add positions
deleteAllVisibleCookies
setTimeout 100000
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@cornell.edu
type loginPassword Password
clickAndWait loginForm
comment Navigate to test faculty member via Index
clickAndWait link=Index
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 id=orgLabel Carroll College
clickAndWait submit
assertTitle Edit
verifyTextPresent Please enter a value in the Position Title field.
verifyTextPresent Please select a value in the Position Type field.
comment Add position title, but leave position type and start year blank
type positionTitle Lecturer
clickAndWait submit
assertTitle Edit
verifyTextPresent Please select a value in the Position Type field.
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 Lecturer, Carroll College 1971 -
comment Add second position using same organization
clickAndWait //section[@id='individual-info']/header/h2/a/img
assertTitle Edit
select typeSelector label=University
type id=orgLabel 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 Lecturer, Carroll College 1971 -
verifyTextPresent Assistant Professor, Carroll University 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 id=orgLabel 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 Lecturer, Carroll College 1971 -
verifyTextPresent Assistant Professor, Cornell University 1986 - 2010
verifyTextPresent Assistant Professor, Carroll University 1981 - 1985
comment Log out
clickAndWait link=Home
clickAndWait link=Log out
assertTitle VIVO