diff --git a/utilities/acceptance-tests/suites/CustomAdvisesForm/AddAdvises.html b/utilities/acceptance-tests/suites/CustomAdvisesForm/AddAdvises.html new file mode 100644 index 00000000..4566a02d --- /dev/null +++ b/utilities/acceptance-tests/suites/CustomAdvisesForm/AddAdvises.html @@ -0,0 +1,539 @@ + + + +
+ + +AddPositions | ||
comment | +Validate this form and add advises | ++ |
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 advises editing | ++ |
clickAndWait | +css=a.add-advisorIn > img.add-individual | ++ |
assertTitle | +Edit | ++ |
verifyTextPresent | +Create advising relationship entry for Faculty, Jane | ++ |
verifyTextPresent | +Advising Relationship Type | ++ |
verifyTextPresent | +Advisee: Last Name | ++ |
verifyTextPresent | +First Name | ++ |
verifyTextPresent | +Subject Area | ++ |
verifyTextPresent | +Degree Candidacy | ++ |
verifyTextPresent | +Years of Participation | ++ |
verifyTextPresent | +Start
Year |
+ + |
verifyTextPresent | +End
Year |
+ + |
comment | +Cancel without adding anything | ++ |
clickAndWait | +link=Cancel | ++ |
clickAndWait | +css=a.add-advisorIn > img.add-individual | ++ |
assertTitle | +Edit | ++ |
comment | +Add only type, which results in error | ++ |
select | +id=selector | +label=Undergraduate Advising Relationship | +
clickAndWait | +css=input.submit | ++ |
assertTitle | +Edit | ++ |
verifyTextPresent | +You must enter a value in the Last Name field. | ++ |
verifyTextPresent | +You must enter a value in the First Name field. | ++ |
comment | +Add only type and last name, which results in error | ++ |
select | +id=selector | +label=Undergraduate Advising Relationship | +
type | +id=advisee | +Smith | +
clickAndWait | +css=input.submit | ++ |
assertTitle | +Edit | ++ |
verifyTextPresent | +You must enter a value in the First Name field. | ++ |
comment | +Add only type and first name, which results in error | ++ |
select | +id=selector | +label=Undergraduate Advising Relationship | +
type | +id=advisee | ++ |
type | +id=firstName | +Joe | +
clickAndWait | +css=input.submit | ++ |
verifyTextPresent | +You must enter a value in the Last Name field. | ++ |
comment | +Add only type. last name, and first name, which should be accepted | ++ |
select | +id=selector | +label=Undergraduate Advising Relationship | +
type | +id=advisee | +Smith | +
type | +id=firstName | +Joe | +
clickAndWait | +css=input.submit | ++ |
comment | +Verify display of first advises | ++ |
verifyTextPresent | +undergraduate advising relationship | ++ |
verifyElementPresent | +link=Smith, Joe | ++ |
comment | +Add a second advises, including all fields | ++ |
clickAndWait | +css=a.add-advisorIn > img.add-individual | ++ |
assertTitle | +Edit | ++ |
select | +id=selector | +label=Graduate Advising Relationship | +
type | +id=advisee | +Doe | +
type | +id=firstName | +John | +
type | +id=SubjectArea | +Primates | +
select | +id=degreeUri | +label=M.S. Master of Science | +
type | +id=startField-year | +2008 | +
type | +id=endField-year | +2011 | +
clickAndWait | +css=input.submit | ++ |
assertTitle | +Faculty, Jane | ++ |
comment | +Verify display of first and second advises | ++ |
verifyTextPresent | +undergraduate advising relationship | ++ |
verifyElementPresent | +link=Smith, Joe | ++ |
verifyTextPresent | +graduate advising relationship | ++ |
verifyTextPresent | +Doe, John, M.S. candidate, 2008 - 2011 | ++ |
verifyElementPresent | +link=Doe, John | ++ |
comment | +Add a third advises, exluding degree and end date | ++ |
clickAndWait | +css=a.add-advisorIn > img.add-individual | ++ |
assertTitle | +Edit | ++ |
select | +id=selector | +label=Faculty Mentoring Relationship | +
type | +id=advisee | +Adams | +
type | +id=firstName | +Jeff | +
type | +id=SubjectArea | +Primate Health | +
type | +id=startField-year | +2012 | +
clickAndWait | +css=input.submit | ++ |
assertTitle | +Faculty, Jane | ++ |
comment | +Verify all 3 advises together | ++ |
verifyTextPresent | +undergraduate advising relationship | ++ |
verifyElementPresent | +link=Smith, Joe | ++ |
verifyTextPresent | +graduate advising relationship | ++ |
verifyTextPresent | +Doe, John, M.S. candidate, 2008 - 2011 | ++ |
verifyElementPresent | +link=Doe, John | ++ |
verifyTextPresent | +faculty mentoring relationship | ++ |
verifyTextPresent | +Adams, Jeff, 2012 - | ++ |
verifyElementPresent | +link=Adams, Jeff | ++ |
comment | +Log out | ++ |
clickAndWait | +link=Home | ++ |
clickAndWait | +link=Log out | ++ |
assertTitle | +VIVO | ++ |
ChangePositions | ||
comment | +Change 3 existing advises | ++ |
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 login as site admin | ++ |
type | +loginName | +testAdmin@cornell.edu | +
type | +loginPassword | +Password | +
clickAndWait | +loginForm | ++ |
comment | +Navigate to test faculty member | ++ |
clickAndWait | +link=Index | ++ |
clickAndWait | +link=Faculty Member | ++ |
assertTitle | +Faculty Member | ++ |
clickAndWait | +link=Faculty, Jane | ++ |
assertTitle | +Faculty, Jane | ++ |
comment | +Verify advises to be edited exist | ++ |
verifyTextPresent | +faculty mentoring relationship | ++ |
verifyTextPresent | +Adams, Jeff, 2012 - | ++ |
verifyElementPresent | +link=Adams, Jeff | ++ |
verifyTextPresent | +graduate advising relationship | ++ |
verifyTextPresent | +Doe, John, M.S. candidate, 2008 - 2011 | ++ |
verifyElementPresent | +link=Doe, John | ++ |
verifyTextPresent | +undergraduate advising relationship | ++ |
verifyElementPresent | +link=Smith, Joe | ++ |
comment | +Add degree to faculty mentoring relationship plus change start date | ++ |
clickAndWait | +css=a.edit-advisorIn > img.edit-individual | ++ |
assertTitle | +Edit | ++ |
select | +id=degreeUri | +label=Ph.D. Doctor of Philosophy | +
type | +id=startField-year | +2011 | +
clickAndWait | +css=input.submit | ++ |
assertTitle | +Faculty, Jane | ++ |
comment | +Verify advises are still listed correctly | ++ |
verifyTextPresent | +faculty mentoring relationship | ++ |
verifyTextPresent | +Adams, Jeff, Ph.D. candidate, 2011 - | ++ |
verifyElementPresent | +link=Adams, Jeff | ++ |
verifyTextPresent | +graduate advising relationship | ++ |
verifyTextPresent | +Doe, John, M.S. candidate, 2008 - 2011 | ++ |
verifyElementPresent | +link=Doe, John | ++ |
verifyTextPresent | +undergraduate advising relationship | ++ |
verifyElementPresent | +link=Smith, Joe | ++ |
comment | +Change the degree for graduate advising relationship plus years | ++ |
clickAndWait | +xpath=(//img[@alt='edit'])[4] | ++ |
assertTitle | +Edit | ++ |
select | +id=degreeUri | +label=M.Sc. Master of Science | +
type | +id=startField-year | +2007 | +
type | +id=endField-year | +2012 | +
clickAndWait | +css=input.submit | ++ |
assertTitle | +Faculty, Jane | ++ |
comment | +Verify advises are still listed correctly | ++ |
verifyTextPresent | +faculty mentoring relationship | ++ |
verifyTextPresent | +Adams, Jeff, Ph.D. candidate, 2011 - | ++ |
verifyElementPresent | +link=Adams, Jeff | ++ |
verifyTextPresent | +graduate advising relationship | ++ |
verifyTextPresent | +Doe, John, M.Sc. Master of Science candidate, 2007 - 2012 | ++ |
verifyElementPresent | +link=Doe, John | ++ |
verifyTextPresent | +undergraduate advising relationship | ++ |
verifyElementPresent | +link=Smith, Joe | ++ |
comment | +Add a degree and start year for undergraduate advising relationship | ++ |
clickAndWait | +xpath=(//img[@alt='edit'])[5] | ++ |
assertTitle | +Edit | ++ |
select | +id=degreeUri | +label=B.Sc. Bachelor of Science | +
type | +id=startField-year | +2009 | +
clickAndWait | +css=input.submit | ++ |
assertTitle | +Faculty, Jane | ++ |
comment | +Verify advises are still listed correctly | ++ |
verifyTextPresent | +faculty mentoring relationship | ++ |
verifyTextPresent | +Adams, Jeff, Ph.D. candidate, 2011 - | ++ |
verifyElementPresent | +link=Adams, Jeff | ++ |
verifyTextPresent | +graduate advising relationship | ++ |
verifyTextPresent | +Doe, John, M.Sc. Master of Science candidate, 2007 - 2012 | ++ |
verifyElementPresent | +link=Doe, John | ++ |
verifyTextPresent | +undergraduate advising relationship | ++ |
verifyTextPresent | +Smith, Joe, B.Sc. candidate, 2009 - | ++ |
verifyElementPresent | +link=Smith, Joe | ++ |
comment | +Log out | ++ |
clickAndWait | +link=Home | ++ |
clickAndWait | +link=Log out | ++ |
assertTitle | +VIVO | ++ |
CheckIndexView | ||
comment | +Verify index entries | ++ |
deleteAllVisibleCookies | ++ | + |
open | +/vivo/ | ++ |
assertTitle | +VIVO | ++ |
comment | +Don't login | ++ |
comment | +Navigate to Index | ++ |
clickAndWait | +link=Index | ++ |
comment | +Verify all 4 people entries appear properly | ++ |
verifyTextPresent | +people | ++ |
verifyTextPresent | +Faculty Member (1) | ++ |
verifyElementPresent | +link=Faculty Member | ++ |
clickAndWait | +link=Faculty Member | ++ |
assertTitle | +Faculty Member | ++ |
verifyTextPresent | +Faculty Member | ++ |
verifyTextPresent | +Faculty, Jane Assistant Professor | ++ |
verifyElementPresent | +link=Faculty, Jane | ++ |
clickAndWait | +link=Index | ++ |
assertTitle | +Index of Contents | ++ |
verifyTextPresent | +Person (4) | ++ |
verifyElementPresent | +link=Person | ++ |
clickAndWait | +link=Person | ++ |
assertTitle | +Person | ++ |
verifyTextPresent | +Person | ++ |
verifyElementPresent | +link=Adams, Jeff | ++ |
verifyElementPresent | +link=Doe, John | ++ |
verifyTextPresent | +Faculty, Jane Assistant Professor | ++ |
verifyElementPresent | +link=Faculty, Jane | ++ |
verifyElementPresent | +link=Smith, Joe | ++ |
comment | +Verify both concept entries appear properly | ++ |
clickAndWait | +link=Index | ++ |
assertTitle | +Index of Contents | ++ |
verifyTextPresent | +research | ++ |
verifyTextPresent | +Concept (2) | ++ |
verifyElementPresent | +link=Concept | ++ |
clickAndWait | +link=Concept | ++ |
assertTitle | +Concept | ++ |
verifyElementPresent | +link=Primate Health | ++ |
verifyElementPresent | +link=Primates | ++ |
comment | +Go back to the beginning | ++ |
clickAndWait | +link=Home | ++ |
assertTitle | +VIVO | ++ |
CheckPublicView | ||
comment | +Verify public view of Jane Faculty's advices | ++ |
deleteAllVisibleCookies | ++ | + |
open | +/vivo/ | ++ |
assertTitle | +VIVO | ++ |
comment | +Don't login | ++ |
comment | +Navigate to Jane Faculty | ++ |
clickAndWait | +link=Index | ++ |
clickAndWait | +link=Faculty Member | ++ |
assertTitle | +Faculty Member | ++ |
clickAndWait | +link=Faculty, Jane | ++ |
assertTitle | +Faculty, Jane | ++ |
comment | +Verify all 3 advisees appear properly | ++ |
verifyTextPresent | +advisees | ++ |
verifyTextPresent | +faculty mentoring relationship | ++ |
verifyTextPresent | +Adams, Jeff, Ph.D. candidate, 2011 - | ++ |
verifyElementPresent | +link=Adams, Jeff | ++ |
verifyTextPresent | +graduate advising relationship | ++ |
verifyTextPresent | +Doe, John, M.Sc. Master of Science candidate, 2007 - 2012 | ++ |
verifyElementPresent | +link=Doe, John | ++ |
verifyTextPresent | +undergraduate advising relationship | ++ |
verifyTextPresent | +Smith, Joe, B.Sc. candidate, 2009 - | ++ |
verifyElementPresent | +link=Smith, Joe | ++ |
comment | +Go back to the beginning | ++ |
clickAndWait | +link=Home | ++ |
assertTitle | +VIVO | ++ |
CreateTestFacultyMember | ||
comment | +Add test Faculty member named Jane Faculty | ++ |
deleteAllVisibleCookies | ++ | + |
setTimeout | +10000000 | ++ |
open | +/vivo/ | ++ |
assertTitle | +VIVO | ++ |
comment | +Must be logged off to start | ++ |
clickAndWait | +link=Log in | ++ |
assertTitle | +Log in to VIVO | ++ |
comment | +Must login as the site admin | ++ |
type | +loginName | +testAdmin@cornell.edu | +
type | +loginPassword | +Password | +
clickAndWait | +loginForm | ++ |
clickAndWait | +link=Site Admin | ++ |
assertTitle | +VIVO Site Administration | ++ |
verifyTextPresent | +Data Input | ++ |
select | +VClassURI | +label=Faculty Member (vivo) | +
clickAndWait | +//input[@value='Add individual of this class'] | ++ |
assertTitle | +Edit | ++ |
comment | +Add Jane Faculty | ++ |
type | +firstName | +Jane | +
type | +lastName | +Faculty | +
clickAndWait | +submit | ++ |
comment | +Edit Jane Faculty to add title | ++ |
assertTitle | +Faculty, Jane | ++ |
assertTextPresent | +Faculty Member | ++ |
clickAndWait | +css=a.add-preferredTitle > img.add-individual | ++ |
assertTitle | +Edit | ++ |
verifyTextPresent | +Add new entry for: preferred title | ++ |
waitForElementPresent | +tinymce | ++ |
type | +tinymce | +Assistant Professor | +
clickAndWait | +submit | ++ |
assertTitle | +Faculty, Jane | ++ |
assertTextPresent | +Assistant Professor | ++ |
comment | +Logout | ++ |
clickAndWait | +link=Home | ++ |
clickAndWait | +link=Log out | ++ |
assertTitle | +VIVO | ++ |
DeletePositions | ||
comment | +Delete all advises setup for test faculty member | ++ |
deleteAllVisibleCookies | ++ | + |
setTimeout | +200000 | ++ |
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 | ++ |
clickAndWait | +link=Index | ++ |
clickAndWait | +link=Faculty Member | ++ |
assertTitle | +Faculty Member | ++ |
clickAndWait | +link=Faculty, Jane | ++ |
assertTitle | +Faculty, Jane | ++ |
comment | +Delete advisees one at a time | ++ |
clickAndWait | +css=a.delete-advisorIn > img.delete-individual | ++ |
assertTitle | +Edit | ++ |
clickAndWait | +id=submit | ++ |
assertTitle | +Faculty, Jane | ++ |
clickAndWait | +css=a.delete-advisorIn > img.delete-individual | ++ |
assertTitle | +Edit | ++ |
clickAndWait | +id=submit | ++ |
assertTitle | +Faculty, Jane | ++ |
clickAndWait | +css=a.delete-advisorIn > img.delete-individual | ++ |
assertTitle | +Edit | ++ |
clickAndWait | +id=submit | ++ |
assertTitle | +Faculty, Jane | ++ |
comment | +Delete concepts | ++ |
clickAndWait | +link=Index | ++ |
assertTitle | +Index of Contents | ++ |
clickAndWait | +link=Concept | ++ |
assertTitle | +Concept | ++ |
clickAndWait | +link=Primate Health | ++ |
assertTitle | +Primate Health | ++ |
clickAndWait | +link=Edit this individual | ++ |
assertTitle | +Individual Control Panel | ++ |
clickAndWait | +//input[@value='Edit This Individual'] | ++ |
assertTitle | +Individual Editing Form | ++ |
click | +name=_delete | ++ |
assertConfirmation | +Are you SURE you want to delete this individual? If in doubt, CANCEL. | ++ |
waitForPageToLoad | +5000 | ++ |
assertTitle | +VIVO Site Administration | ++ |
clickAndWait | +link=Index | ++ |
assertTitle | +Index of Contents | ++ |
clickAndWait | +link=Concept | ++ |
assertTitle | +Concept | ++ |
clickAndWait | +link=Primates | ++ |
assertTitle | +Primates | ++ |
clickAndWait | +link=Edit this individual | ++ |
assertTitle | +Individual Control Panel | ++ |
clickAndWait | +//input[@value='Edit This Individual'] | ++ |
assertTitle | +Individual Editing Form | ++ |
click | +name=_delete | ++ |
assertConfirmation | +Are you SURE you want to delete this individual? If in doubt, CANCEL. | ++ |
waitForPageToLoad | +5000 | ++ |
assertTitle | +VIVO Site Administration | ++ |
comment | +Delete advisees | ++ |
clickAndWait | +link=Index | ++ |
assertTitle | +Index of Contents | ++ |
clickAndWait | +link=Person | ++ |
assertTitle | +Person | ++ |
clickAndWait | +link=Adams, Jeff | ++ |
assertTitle | +Adams, Jeff | ++ |
clickAndWait | +link=Edit this individual | ++ |
assertTitle | +Individual Control Panel | ++ |
clickAndWait | +//input[@value='Edit This Individual'] | ++ |
assertTitle | +Individual Editing Form | ++ |
click | +name=_delete | ++ |
assertConfirmation | +Are you SURE you want to delete this individual? If in doubt, CANCEL. | ++ |
waitForPageToLoad | +5000 | ++ |
assertTitle | +VIVO Site Administration | ++ |
clickAndWait | +link=Index | ++ |
assertTitle | +Index of Contents | ++ |
clickAndWait | +link=Person | ++ |
assertTitle | +Person | ++ |
clickAndWait | +link=Doe, John | ++ |
assertTitle | +Doe, John | ++ |
clickAndWait | +link=Edit this individual | ++ |
assertTitle | +Individual Control Panel | ++ |
clickAndWait | +//input[@value='Edit This Individual'] | ++ |
assertTitle | +Individual Editing Form | ++ |
click | +name=_delete | ++ |
assertConfirmation | +Are you SURE you want to delete this individual? If in doubt, CANCEL. | ++ |
waitForPageToLoad | +5000 | ++ |
assertTitle | +VIVO Site Administration | ++ |
clickAndWait | +link=Index | ++ |
assertTitle | +Index of Contents | ++ |
clickAndWait | +link=Person | ++ |
assertTitle | +Person | ++ |
clickAndWait | +link=Smith, Joe | ++ |
assertTitle | +Smith, Joe | ++ |
clickAndWait | +link=Edit this individual | ++ |
assertTitle | +Individual Control Panel | ++ |
clickAndWait | +//input[@value='Edit This Individual'] | ++ |
assertTitle | +Individual Editing Form | ++ |
click | +name=_delete | ++ |
assertConfirmation | +Are you SURE you want to delete this individual? If in doubt, CANCEL. | ++ |
waitForPageToLoad | +5000 | ++ |
assertTitle | +VIVO Site Administration | ++ |
comment | +Log out | ++ |
clickAndWait | +link=Home | ++ |
clickAndWait | +link=Log out | ++ |
assertTitle | +VIVO | ++ |
DeleteTestFacultyMember | ||
comment | +Delete test person Jane Faculty | ++ |
deleteAllVisibleCookies | ++ | + |
open | +/vivo/ | ++ |
assertTitle | +VIVO | ++ |
comment | +Must not be logged in | ++ |
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 Jane Faculty | ++ |
clickAndWait | +link=Index | ++ |
clickAndWait | +link=Faculty Member | ++ |
assertTitle | +Faculty Member | ++ |
clickAndWait | +link=Faculty, Jane | ++ |
assertTitle | +Faculty, Jane | ++ |
clickAndWait | +link=Edit this individual | ++ |
comment | +Delete Jane Faculty | ++ |
clickAndWait | +//input[@value="Edit This Individual"] | ++ |
assertTitle | +Individual Editing Form | ++ |
clickAndWait | +_delete | ++ |
assertConfirmation | +Are you SURE you want to delete this individual? If in doubt, CANCEL. | ++ |
waitForPageToLoad | +10000 | ++ |
assertTitle | +VIVO Site Administration | ++ |
comment | +Verify that Jane Faculty is indeed gone | ++ |
clickAndWait | +link=Index | ++ |
refreshAndWait | +10000 | ++ |
refreshAndWait | +10000 | ++ |
refreshAndWait | +10000 | ++ |
refreshAndWait | +10000 | ++ |
refreshAndWait | +10000 | ++ |
refreshAndWait | +10000 | ++ |
refreshAndWait | +10000 | ++ |
refreshAndWait | +10000 | ++ |
refreshAndWait | +10000 | ++ |
refreshAndWait | +10000 | ++ |
verifyTextNotPresent | +Faculty Member | ++ |
comment | +Logout | ++ |
clickAndWait | +link=Home | ++ |
clickAndWait | +link=Log out | ++ |
assertTitle | +VIVO | ++ |
RebuildSearchIndex | ||
comment | +Rebuild Search Index | ++ |
deleteAllVisibleCookies | ++ | + |
setTimeout | +100000000000 | ++ |
open | +/vivo/ | ++ |
assertTitle | +VIVO | ++ |
clickAndWait | +link=Log in | ++ |
assertTitle | +Log in to VIVO | ++ |
type | +id=loginName | +testAdmin@cornell.edu | +
type | +id=loginPassword | +Password | +
clickAndWait | +name=loginForm | ++ |
assertTitle | +VIVO | ++ |
clickAndWait | +link=Site Admin | ++ |
assertTitle | +VIVO Site Administration | ++ |
clickAndWait | +link=Rebuild search index | ++ |
assertTitle | +Rebuild Search Index | ++ |
clickAndWait | +name=rebuild | ++ |
assertTitle | +Rebuild Search Index | ++ |
waitForTextPresent | +Reset the search index and re-populate it. | ++ |
clickAndWait | +link=Log out | ++ |
SearchPositions | ||
comment | +Search for advises | ++ |
deleteAllVisibleCookies | ++ | + |
open | +/vivo/ | ++ |
assertTitle | +VIVO | ++ |
comment | +Search for advices | ++ |
type | +querytext | +advises | +
clickAndWait | +//input[@value='Search'] | ++ |
assertTitle | +advises - VIVO Search Results | ++ |
verifyTextPresent | +Search results for 'advises' | ++ |
verifyElementPresent | +link=people | ++ |
verifyElementPresent | +link=research | ++ |
verifyElementPresent | +link=Faculty, Jane advising Smith, Joe | ++ |
verifyElementPresent | +link=Faculty, Jane advising Doe, John | ++ |
verifyElementPresent | +link=Faculty, Jane advising Adams, Jeff | ++ |
verifyElementPresent | +link=Faculty, Jane advising Smith, Joe | ++ |
verifyElementPresent | +link=Primates | ++ |
verifyElementPresent | +link=Primate Health | ++ |
verifyElementPresent | +link=Faculty, Jane | ++ |
verifyElementPresent | +link=Adams, Jeff | ++ |
verifyElementPresent | +link=Smith, Joe | ++ |
verifyElementPresent | +link=Doe, John | ++ |
comment | +Search for primate | ++ |
type | +querytext | +primate | +
clickAndWait | +//input[@value='Search'] | ++ |
assertTitle | +primate - VIVO Search Results | ++ |
verifyTextPresent | +Search results for 'primate' | ++ |
verifyElementPresent | +link=research | ++ |
verifyTextPresent | +Primates Concept | ++ |
verifyTextPresent | +Primate Health Concept | ++ |
verifyElementPresent | +link=Primates | ++ |
verifyElementPresent | +link=Primate Health | ++ |
verifyElementPresent | +link=Faculty, Jane advising Adams, Jeff | ++ |
verifyElementPresent | +link=Faculty, Jane advising Doe, John | ++ |
comment | +Go to home page | ++ |
clickAndWait | +link=Home | ++ |
assertTitle | +VIVO | ++ |
Test Suite |
RebuildSearchIndex |
CreateTestFacultyMember |
AddAdvises |
ChangeAdvises |
SearchAdvises |
CheckPublicView |
CheckIndexView |
DeleteAdvises |
DeleteTestFacultyMember |