ValidateOutreachServiceShortView
comment Check Outreach & Community Service custom short view
deleteAllVisibleCookies
open /vivo/
assertTitle VIVO
comment Must not be logged in already
clickAndWait link=Log in
assertTitle VIVO Site Administration
comment Must log in as site admin
type username testAdmin
type password Password
clickAndWait loginSubmitMode
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=Jane Faculty
assertTitle Jane Faculty
comment Verify activity entry does not exist already
verifyTextNotPresent This is another test name
verifyTextNotPresent This is another test role
comment Edit activity to test date display
clickAndWait //div[@id='oprop-core-hasOutreachActivity']/a
assertTitle Edit
comment Test custom short view without start and end dates
type label This is another test name
type description This is another test description
type role This is another test role
clickAndWait submit
assertTitle Jane Faculty
verifyTextPresent This is another test name
verifyTextPresent This is another test role
clickAndWait //div[@id='oprop-core-hasOutreachActivity']/ul/li/span/span/a[1]
assertTitle Edit
comment Test custom short view with start date only
type startYearMonth 2010-01
clickAndWait submit
assertTitle Jane Faculty
verifyTextPresent This is another test name
verifyTextPresent This is another test role
verifyTextPresent 01/2010 -
clickAndWait //div[@id='oprop-core-hasOutreachActivity']/ul/li/span/span/a[1]
assertTitle Edit
comment Test custom short view with both start and end dates
type endYearMonth 2010-03
clickAndWait submit
assertTitle Jane Faculty
verifyTextPresent This is another test name
verifyTextPresent This is another test role
verifyTextPresent 01/2010 - 03/2010
clickAndWait //div[@id='oprop-core-hasOutreachActivity']/ul/li/span/span/a[1]
assertTitle Edit
comment Test custom short view with only end date
type startYearMonth
clickAndWait submit
assertTitle Jane Faculty
verifyTextPresent This is another test name
verifyTextPresent This is another test role
verifyTextPresent 03/2010
verifyTextNotPresent 01/2010 - 03/2010
comment Delete test activity
clickAndWait //div[@id='oprop-core-hasOutreachActivity']/ul/li/span/span/a[2]
assertTitle Edit
clickAndWait submit
assertTitle Jane Faculty
verifyTextNotPresent This is another test name
verifyTextNotPresent This is another test role
verifyTextNotPresent 03/2010
comment Log out
clickAndWait link=Log out
assertTitle VIVO