diff --git a/utilities/acceptance-tests/suites/AddNonPersonThings/CreateActivity.html b/utilities/acceptance-tests/suites/AddNonPersonThings/CreateActivity.html
index b00c20e4..2b45e864 100644
--- a/utilities/acceptance-tests/suites/AddNonPersonThings/CreateActivity.html
+++ b/utilities/acceptance-tests/suites/AddNonPersonThings/CreateActivity.html
@@ -138,7 +138,7 @@
verifyTextPresent |
- Please enter a value in the name field. |
+ Please enter a value in the Name field. |
|
@@ -159,13 +159,13 @@
- clickAndWait |
- //h3[@id='administeredBy']/a/img |
+ click |
+ //div[@id='wrapper-content']/ul/li[14] |
|
assertTitle |
- Edit |
+ Primate Elderly Care |
|
diff --git a/utilities/acceptance-tests/suites/AddNonPersonThings/CreateCourse.html b/utilities/acceptance-tests/suites/AddNonPersonThings/CreateCourse.html
index f0201691..662f02aa 100644
--- a/utilities/acceptance-tests/suites/AddNonPersonThings/CreateCourse.html
+++ b/utilities/acceptance-tests/suites/AddNonPersonThings/CreateCourse.html
@@ -138,7 +138,7 @@
verifyTextPresent |
- Please enter a value in the name field. |
+ Please enter a value in the Name field. |
|
@@ -193,6 +193,11 @@
Introduction to Primate Health |
|
+
+ click |
+ //div[@id='wrapper-content']/ul/li[10] |
+ |
+
clickAndWait |
//h3[@id='courseOfferedBy']/a/img |
diff --git a/utilities/acceptance-tests/suites/AddNonPersonThings/CreateEquipment.html b/utilities/acceptance-tests/suites/AddNonPersonThings/CreateEquipment.html
index e083f616..1da75396 100644
--- a/utilities/acceptance-tests/suites/AddNonPersonThings/CreateEquipment.html
+++ b/utilities/acceptance-tests/suites/AddNonPersonThings/CreateEquipment.html
@@ -158,6 +158,11 @@
|
+
+ click |
+ //div[@id='wrapper-content']/ul/li[6] |
+ |
+
clickAndWait |
//h3[@id='equipmentFor']/a/img |
diff --git a/utilities/acceptance-tests/suites/AddNonPersonThings/CreateEvent.html b/utilities/acceptance-tests/suites/AddNonPersonThings/CreateEvent.html
index ac1fd945..a674935f 100644
--- a/utilities/acceptance-tests/suites/AddNonPersonThings/CreateEvent.html
+++ b/utilities/acceptance-tests/suites/AddNonPersonThings/CreateEvent.html
@@ -138,7 +138,7 @@
verifyTextPresent |
- Please enter a value in the name field. |
+ Please enter a value in the Name field. |
|
@@ -158,6 +158,11 @@
|
+
+ click |
+ //div[@id='wrapper-content']/ul/li[10] |
+ |
+
clickAndWait |
//h3[@id='description']/a/img |
@@ -322,7 +327,7 @@
clickAndWait |
- //h3[@id='hasGeographicLocation']/a/img |
+ css=a.add-RO_0001025 > img.add-individual |
|
@@ -332,7 +337,12 @@
verifyTextPresent |
- Select an existing Geographic Location for Primate Health Conference |
+ Add an entry to: located in |
+ |
+
+
+ verifyTextPresent |
+ Located In Nam |
|
@@ -407,6 +417,11 @@
|
+
+ assertTitle |
+ Primate Health Conference |
+ |
+
clickAndWait |
//h3[@id='presents']/a/img |
diff --git a/utilities/acceptance-tests/suites/AddNonPersonThings/CreateLocation.html b/utilities/acceptance-tests/suites/AddNonPersonThings/CreateLocation.html
index 46847c00..9496851c 100644
--- a/utilities/acceptance-tests/suites/AddNonPersonThings/CreateLocation.html
+++ b/utilities/acceptance-tests/suites/AddNonPersonThings/CreateLocation.html
@@ -158,6 +158,11 @@
|
+
+ click |
+ //div[@id='wrapper-content']/ul/li[6] |
+ |
+
clickAndWait |
//h3[@id='hasRoom']/a/img |
diff --git a/utilities/acceptance-tests/suites/AddNonPersonThings/CreateOrganization.html b/utilities/acceptance-tests/suites/AddNonPersonThings/CreateOrganization.html
index bae22243..ada91ae7 100644
--- a/utilities/acceptance-tests/suites/AddNonPersonThings/CreateOrganization.html
+++ b/utilities/acceptance-tests/suites/AddNonPersonThings/CreateOrganization.html
@@ -148,7 +148,7 @@
verifyTextPresent |
- Please enter a value in the name field. |
+ Please enter a value in the Name field. |
|
@@ -198,6 +198,16 @@
Primate College of America |
|
+
+ selectWindow |
+ null |
+ |
+
+
+ click |
+ //div[@id='wrapper-content']/ul/li[14] |
+ |
+
clickAndWait |
//h3[@id='offersDegree']/a/img |
diff --git a/utilities/acceptance-tests/suites/AddNonPersonThings/CreateTopic.html b/utilities/acceptance-tests/suites/AddNonPersonThings/CreateTopic.html
index 28c6ea83..b3e8a506 100644
--- a/utilities/acceptance-tests/suites/AddNonPersonThings/CreateTopic.html
+++ b/utilities/acceptance-tests/suites/AddNonPersonThings/CreateTopic.html
@@ -158,6 +158,11 @@
|
+
+ click |
+ //div[@id='wrapper-content']/ul/li[6] |
+ |
+
clickAndWait |
//h3[@id='broader']/a/img |
diff --git a/utilities/acceptance-tests/suites/AddPublications/AddTestFaculty.html b/utilities/acceptance-tests/suites/AddPublications/AddTestFaculty.html
index 3da2960a..827e2348 100644
--- a/utilities/acceptance-tests/suites/AddPublications/AddTestFaculty.html
+++ b/utilities/acceptance-tests/suites/AddPublications/AddTestFaculty.html
@@ -107,9 +107,14 @@
|
+
+ selectWindow |
+ null |
+ |
+
clickAndWait |
- css=a.add-preferredTitle > img.add-individual |
+ css=header > #ARG_2000028 > a.add-ARG_2000028 > img.add-individual |
|
@@ -117,19 +122,14 @@
Edit |
|
-
- waitForElementPresent |
- tinymce |
- |
-
type |
- tinymce |
+ id=preferredTitle |
Associate Professor |
clickAndWait |
- submit |
+ id=submit |
|
diff --git a/utilities/acceptance-tests/suites/AddRoles/CheckIndexView.html b/utilities/acceptance-tests/suites/AddRoles/CheckIndexView.html
index 14284219..030af60e 100644
--- a/utilities/acceptance-tests/suites/AddRoles/CheckIndexView.html
+++ b/utilities/acceptance-tests/suites/AddRoles/CheckIndexView.html
@@ -60,6 +60,16 @@
Person (2) |
|
+
+ verifyTextPresent |
+ activities |
+ |
+
+
+ verifyTextPresent |
+ Project (2) |
+ |
+
verifyTextPresent |
courses |
@@ -70,26 +80,6 @@
Course (1) |
|
-
- verifyTextPresent |
- activities |
- |
-
-
- verifyTextPresent |
- Agreement (5) |
- |
-
-
- verifyTextPresent |
- Project (2) |
- |
-
-
- verifyTextPresent |
- Service (1) |
- |
-
verifyTextPresent |
events |
@@ -100,6 +90,11 @@
Conference (2) |
|
+
+ verifyTextPresent |
+ Event (6) |
+ |
+
verifyTextPresent |
Invited Talk (1) |
@@ -130,21 +125,11 @@
College (1) |
|
-
- verifyTextPresent |
- Committee (1) |
- |
-
verifyTextPresent |
Department (1) |
|
-
- verifyTextPresent |
- Group (1) |
- |
-
verifyTextPresent |
Museum (1) |
@@ -165,6 +150,26 @@
Grant (5) |
|
+
+ verifyTextPresent |
+ Committee (1) |
+ |
+
+
+ verifyTextPresent |
+ Agreement (5) |
+ |
+
+
+ verifyTextPresent |
+ Service (1) |
+ |
+
+
+ verifyTextPresent |
+ Group (1) |
+ |
+
verifyElementPresent |
@@ -181,21 +186,6 @@
link=Person |
|
-
- verifyElementPresent |
- link=Course |
- |
-
-
- verifyElementPresent |
- link=Agreement |
- |
-
-
- verifyElementPresent |
- link=Grant |
- |
-
verifyElementPresent |
link=Project |
@@ -203,7 +193,7 @@
verifyElementPresent |
- link=Service |
+ link=Course |
|
@@ -211,6 +201,11 @@
link=Conference |
|
+
+ verifyElementPresent |
+ link=Event |
+ |
+
verifyElementPresent |
link=Invited Talk |
@@ -236,21 +231,11 @@
link=College |
|
-
- verifyElementPresent |
- link=Committee |
- |
-
verifyElementPresent |
link=Department |
|
-
- verifyElementPresent |
- link=Group |
- |
-
verifyElementPresent |
link=Museum |
@@ -261,6 +246,31 @@
link=Organization |
|
+
+ verifyElementPresent |
+ link=Grant |
+ |
+
+
+ verifyElementPresent |
+ link=Agreement |
+ |
+
+
+ verifyElementPresent |
+ link=Service |
+ |
+
+
+ verifyElementPresent |
+ link=Committee |
+ |
+
+
+ verifyElementPresent |
+ link=Group |
+ |
+
clickAndWait |
diff --git a/utilities/acceptance-tests/suites/AddRoles/CheckPublicView.html b/utilities/acceptance-tests/suites/AddRoles/CheckPublicView.html
index c3432f67..fa85c448 100644
--- a/utilities/acceptance-tests/suites/AddRoles/CheckPublicView.html
+++ b/utilities/acceptance-tests/suites/AddRoles/CheckPublicView.html
@@ -54,6 +54,16 @@
Faculty, Jane |
|
+
+ selectWindow |
+ null |
+ |
+
+
+ click |
+ //div[@id='wrapper-content']/ul/li[20] |
+ |
+
verifyElementPresent |
@@ -192,6 +202,11 @@
|
+
+ click |
+ //div[@id='wrapper-content']/ul/li[20] |
+ |
+
verifyElementPresent |
link=Animal Librarianship |
diff --git a/utilities/acceptance-tests/suites/AddRoles/CheckRepairMode.html b/utilities/acceptance-tests/suites/AddRoles/CheckRepairMode.html
index e91ae540..dd62744e 100644
--- a/utilities/acceptance-tests/suites/AddRoles/CheckRepairMode.html
+++ b/utilities/acceptance-tests/suites/AddRoles/CheckRepairMode.html
@@ -88,7 +88,7 @@
clickAndWait |
- //h3[@id='hasMemberRole']/a/img |
+ xpath=(//img[@alt='add'])[8] |
|
@@ -152,6 +152,16 @@
LITA |
|
+
+ click |
+ //div[@id='wrapper-content']/ul/li[16] |
+ |
+
+
+ click |
+ css=li.selectedGroupTab.clickable |
+ |
+
verifyElementPresent |
link=Librarian, Lily |
@@ -159,7 +169,12 @@
verifyTextPresent |
- Member at Large 1999 - 2009 |
+ Member at Large |
+ |
+
+
+ verifyTextPresent |
+ 1999 - 2009 |
|
@@ -293,6 +308,11 @@
|
+
+ click |
+ //div[@id='wrapper-content']/ul/li[20] |
+ |
+
verifyTextPresent |
missing activity Member at Large 1999 - 2009 |
diff --git a/utilities/acceptance-tests/suites/AddRoles/VerifyAllRolesSearchable.html b/utilities/acceptance-tests/suites/AddRoles/VerifyAllRolesSearchable.html
index 706da18c..530a789c 100644
--- a/utilities/acceptance-tests/suites/AddRoles/VerifyAllRolesSearchable.html
+++ b/utilities/acceptance-tests/suites/AddRoles/VerifyAllRolesSearchable.html
@@ -34,19 +34,14 @@
querytext |
VIVO |
-
- clickAndWait |
- //input[@value='Search'] |
- |
-
assertTitle |
VIVO - VIVO Search Results |
|
- verifyElementPresent |
- link=activities |
+ clickAndWait |
+ //input[@value='Search'] |
|
@@ -125,6 +120,11 @@
Search results for 'ape' |
|
+
+ verifyElementPresent |
+ link=people |
+ |
+
verifyElementPresent |
link=activities |
@@ -157,12 +157,12 @@
verifyTextPresent |
- Introduction to the Ape World Course |
+ Ape Health Program |
|
verifyTextPresent |
- Ape Health Program |
+ Introduction to the Ape World Course |
|
@@ -175,6 +175,11 @@
Prototype New Ape Home Project |
|
+
+ verifyTextPresent |
+ Faculty, Jane Faculty Member |
+ |
+
verifyElementPresent |
link=Ape World |
@@ -187,12 +192,12 @@
verifyElementPresent |
- link=Introduction to the Ape World |
+ link=Ape Health Program |
|
verifyElementPresent |
- link=Ape Health Program |
+ link=Introduction to the Ape World |
|
@@ -205,6 +210,11 @@
link=Prototype New Ape Home |
|
+
+ verifyElementPresent |
+ link=Faculty, Jane |
+ |
+
type |
diff --git a/utilities/acceptance-tests/suites/CheckVisualizations/AddCoAuthors.html b/utilities/acceptance-tests/suites/CheckVisualizations/AddCoAuthors.html
index d954dce7..ad8a93b4 100644
--- a/utilities/acceptance-tests/suites/CheckVisualizations/AddCoAuthors.html
+++ b/utilities/acceptance-tests/suites/CheckVisualizations/AddCoAuthors.html
@@ -87,17 +87,17 @@
clickAndWait |
- link=exact:Nintendo: Good or Bad for Kids? |
+ link=Nintendo: Good or Bad for Kids? |
|
assertTitle |
- exact:Nintendo: Good or Bad for Kids? |
+ Nintendo: Good or Bad for Kids? |
|
clickAndWait |
- //h3[@id='informationResourceInAuthorship']/a/img |
+ css=a.add-relatedBy > img.add-individual |
|
@@ -115,16 +115,6 @@
lastName |
Smith |
-
- clickAndWait |
- submit |
- |
-
-
- assertTitle |
- Edit |
- |
-
type |
firstName |
@@ -168,7 +158,7 @@
clickAndWait |
- //h3[@id='informationResourceInAuthorship']/a/img |
+ css=a.add-relatedBy > img.add-individual |
|
@@ -178,17 +168,7 @@
click |
- showAddFormButton |
- |
-
-
- type |
- lastName |
- Johnson |
-
-
- clickAndWait |
- submit |
+ id=showAddFormButton |
|
@@ -196,6 +176,11 @@
Edit |
|
+
+ type |
+ lastName |
+ Johnson |
+
type |
firstName |
@@ -211,9 +196,14 @@
Edit |
|
+
+ assertTitle |
+ Edit |
+ |
+
clickAndWait |
- link=Return to Publication |
+ id=returnLink |
|
@@ -223,7 +213,7 @@
clickAndWait |
- //h3[@id='informationResourceInAuthorship']/a/img |
+ css=a.add-relatedBy > img.add-individual |
|
@@ -231,6 +221,11 @@
Edit |
|
+
+ click |
+ id=showAddFormButton |
+ |
+
click |
showAddFormButton |
@@ -241,16 +236,6 @@
lastName |
Zink |
-
- clickAndWait |
- submit |
- |
-
-
- assertTitle |
- Edit |
- |
-
type |
firstName |
@@ -290,13 +275,13 @@
|
- assertTitle |
- Furter, Frank |
+ pause |
+ 5000 |
|
- pause |
- 5000 |
+ assertTitle |
+ Furter, Frank |
|
@@ -316,12 +301,12 @@
verifyElementPresent |
- link=Co-Author Network |
+ link=Co-author Network |
|
verifyElementPresent |
- link=Map Of Science |
+ link=Map of Science |
|
@@ -331,7 +316,7 @@
clickAndWait |
- link=Co-Author Network |
+ link=Co-author Network |
|
@@ -349,9 +334,19 @@
Furter, Frank |
|
+
+ verifyElementPresent |
+ id=ego_label |
+ |
+
verifyTextPresent |
- Co-Author Network |
+ Co-author Network |
+ |
+
+
+ verifyElementPresent |
+ link=(GraphML File) |
|
@@ -359,6 +354,11 @@
VIVO profile |
|
+
+ verifyElementPresent |
+ id=profileUrl |
+ |
+
verifyTextPresent |
4 Publication(s) |
@@ -386,7 +386,12 @@
verifyTextPresent |
- from 2001 to 2011 |
+ from 2001 to 2012 |
+ |
+
+
+ verifyElementPresent |
+ link=(.CSV File) |
|
@@ -396,7 +401,12 @@
verifyTextPresent |
- from 2001 to 2011 |
+ from 2001 to 2012 |
+ |
+
+
+ verifyElementPresent |
+ css=a[title="csv File"] |
|
@@ -409,6 +419,21 @@
Publications per year |
|
+
+ verifyElementPresent |
+ css=caption > a |
+ |
+
+
+ verifyTextPresent |
+ Year |
+ |
+
+
+ verifyTextPresent |
+ Publications |
+ |
+
verifyTextPresent |
2001 |
@@ -454,6 +479,16 @@
Co-authors |
|
+
+ verifyElementPresent |
+ css=#coauthorships_table > caption > a |
+ |
+
+
+ verifyTextPresent |
+ Author |
+ |
+
verifyTextPresent |
Publications with |
@@ -474,16 +509,6 @@
1 |
|
-
- verifyTextPresent |
- Johnson, Jane |
- |
-
-
- verifyTextPresent |
- 1 |
- |
-
verifyTextPresent |
Zink, Zoe |
@@ -494,25 +519,14 @@
1 |
|
-
- clickAndWait |
- link=Co-Investigator Network |
- |
-
-
- assertTitle |
- Person Level Visualization |
+ verifyTextPresent |
+ Johnson, Jane |
|
verifyTextPresent |
- Currently there are no grants for this investigator in the VIVO database. |
- |
-
-
- verifyElementPresent |
- link=Co-Author Network |
+ 1 |
|
diff --git a/utilities/acceptance-tests/suites/CheckVisualizations/AddCoInvestigators.html b/utilities/acceptance-tests/suites/CheckVisualizations/AddCoInvestigators.html
index fa4584b9..1e5c1448 100644
--- a/utilities/acceptance-tests/suites/CheckVisualizations/AddCoInvestigators.html
+++ b/utilities/acceptance-tests/suites/CheckVisualizations/AddCoInvestigators.html
@@ -87,9 +87,14 @@
Zink, Zoe |
|
+
+ click |
+ //div[@id='wrapper-content']/ul/li[6] |
+ |
+
clickAndWait |
- //h3[@id='hasCo-PrincipalInvestigatorRole']/a/img |
+ xpath=(//img[@alt='add'])[19] |
|
@@ -153,9 +158,14 @@
Zink, Zoe |
|
+
+ click |
+ //div[@id='wrapper-content']/ul/li[6] |
+ |
+
clickAndWait |
- //h3[@id='hasCo-PrincipalInvestigatorRole']/a/img |
+ xpath=(//img[@alt='add'])[19] |
|
@@ -213,9 +223,14 @@
Johnson, Jane |
|
+
+ click |
+ //div[@id='wrapper-content']/ul/li[6] |
+ |
+
clickAndWait |
- //h3[@id='hasCo-PrincipalInvestigatorRole']/a/img |
+ xpath=(//img[@alt='add'])[19] |
|
@@ -276,7 +291,7 @@
clickAndWait |
- link=Co-Investigator Network |
+ link=Co-investigator Network |
|
@@ -290,13 +305,18 @@
|
- verifyTextPresent |
- Furter, Frank |
+ verifyElementPresent |
+ id=ego_label |
|
verifyTextPresent |
- Co-Investigator Network |
+ Co-investigator Network |
+ |
+
+
+ verifyElementPresent |
+ link=(GraphML File) |
|
@@ -304,6 +324,11 @@
VIVO profile |
|
+
+ verifyElementPresent |
+ id=profileUrl |
+ |
+
verifyTextPresent |
4 Grant(s) |
@@ -331,7 +356,12 @@
verifyTextPresent |
- from 2002 through 2011 |
+ from 2002 through 2012 |
+ |
+
+
+ verifyElementPresent |
+ link=(.CSV File) |
|
@@ -341,7 +371,12 @@
verifyTextPresent |
- from 2002 through 2011 |
+ from 2002 through 2012 |
+ |
+
+
+ verifyElementPresent |
+ css=a[title="csv File"] |
|
@@ -349,11 +384,21 @@
Tables |
|
+
+ verifyTextPresent |
+ The information in the following tables is for all years. |
+ |
+
verifyTextPresent |
Grants per year |
|
+
+ verifyElementPresent |
+ css=caption > a |
+ |
+
verifyTextPresent |
2002 |
@@ -394,6 +439,11 @@
Co-investigators |
|
+
+ verifyElementPresent |
+ css=#coinvestigations_table > caption > a |
+ |
+
verifyTextPresent |
Grants with |
@@ -452,7 +502,7 @@
clickAndWait |
- link=Co-Author Network |
+ link=Co-author Network |
|
@@ -465,9 +515,29 @@
Furter, Frank - Person Level Visualization |
|
+
+ verifyElementPresent |
+ id=ego_label |
+ |
+
verifyTextPresent |
- Co-Author Network |
+ Co-author Network |
+ |
+
+
+ verifyElementPresent |
+ link=(GraphML File) |
+ |
+
+
+ verifyTextPresent |
+ VIVO profile |
+ |
+
+
+ verifyElementPresent |
+ id=profileUrl |
|
@@ -497,7 +567,12 @@
verifyTextPresent |
- from 2001 to 2011 |
+ from 2001 to 2012 |
+ |
+
+
+ verifyElementPresent |
+ link=(.CSV File) |
|
@@ -507,7 +582,17 @@
verifyTextPresent |
- from 2001 to 2011 |
+ from 2001 to 2012 |
+ |
+
+
+ verifyElementPresent |
+ css=a[title="csv File"] |
+ |
+
+
+ verifyTextPresent |
+ Tables |
|
@@ -515,6 +600,21 @@
Publications per year |
|
+
+ verifyElementPresent |
+ css=caption > a |
+ |
+
+
+ verifyTextPresent |
+ Year |
+ |
+
+
+ verifyTextPresent |
+ Publications |
+ |
+
verifyTextPresent |
2001 |
@@ -555,6 +655,16 @@
Co-authors |
|
+
+ verifyElementPresent |
+ css=#coauthorships_table > caption > a |
+ |
+
+
+ verifyTextPresent |
+ Author |
+ |
+
verifyTextPresent |
Publications with |
@@ -570,6 +680,16 @@
1 |
|
+
+ verifyTextPresent |
+ Smith, Sally |
+ |
+
+
+ verifyTextPresent |
+ 1 |
+ |
+
verifyTextPresent |
Zink, Zoe |
@@ -590,14 +710,10 @@
1 |
|
+
- verifyTextPresent |
- Smith, Sally |
- |
-
-
- verifyTextPresent |
- 1 |
+ verifyElementPresent |
+ link=Co-investigator Network |
|
diff --git a/utilities/acceptance-tests/suites/CheckVisualizations/AddGrants.html b/utilities/acceptance-tests/suites/CheckVisualizations/AddGrants.html
index dffc385a..f4d22825 100644
--- a/utilities/acceptance-tests/suites/CheckVisualizations/AddGrants.html
+++ b/utilities/acceptance-tests/suites/CheckVisualizations/AddGrants.html
@@ -86,9 +86,14 @@
|
+
+ click |
+ //div[@id='wrapper-content']/ul/li[6] |
+ |
+
clickAndWait |
- //h3[@id='hasPrincipalInvestigatorRole']/a/img |
+ css=#researchGroup > article.property > #RO_0000053 > a.add-RO_0000053 > img.add-individual |
|
@@ -124,7 +129,7 @@
clickAndWait |
- //h3[@id='hasInvestigatorRole']/a/img |
+ xpath=(//img[@alt='add'])[19] |
|
@@ -155,7 +160,7 @@
clickAndWait |
- //h3[@id='hasCo-PrincipalInvestigatorRole']/a/img |
+ xpath=(//img[@alt='add'])[18] |
|
@@ -191,7 +196,7 @@
clickAndWait |
- //h3[@id='hasCo-PrincipalInvestigatorRole']/a/img |
+ xpath=(//img[@alt='add'])[18] |
|
@@ -220,9 +225,14 @@
|
+
+ verifyElementPresent |
+ link=Co-investigator Network |
+ |
+
clickAndWait |
- link=Co-Investigator Network |
+ link=Co-investigator Network |
|
@@ -230,14 +240,34 @@
5000 |
|
+
+ assertTitle |
+ Furter, Frank - Person Level Visualization |
+ |
+
verifyElementPresent |
- link=Co-Author Network |
+ id=ego_label |
+ |
+
+
+ verifyElementPresent |
+ link=Co-author Network |
|
verifyTextPresent |
- Co-Investigator Network |
+ Co-investigator Network |
+ |
+
+
+ verifyElementPresent |
+ link=(GraphML File) |
+ |
+
+
+ verifyElementPresent |
+ id=profileUrl |
|
@@ -267,7 +297,12 @@
verifyTextPresent |
- from 2002 through 2011 |
+ from 2002 through 2012 |
+ |
+
+
+ verifyElementPresent |
+ link=(.CSV File) |
|
@@ -277,7 +312,7 @@
verifyTextPresent |
- from 2002 through 2011 |
+ from 2003 through 2012 |
|
@@ -285,11 +320,21 @@
Tables |
|
+
+ verifyTextPresent |
+ The information in the following tables is for all years. |
+ |
+
verifyTextPresent |
Grants per year |
|
+
+ verifyElementPresent |
+ css=caption > a |
+ |
+
verifyTextPresent |
2002 |
@@ -325,16 +370,6 @@
2010 |
|
-
- verifyTextPresent |
- 0 co-investigators |
- |
-
-
- verifyTextPresent |
- from 2002 through 2011 |
- |
-
clickAndWait |
diff --git a/utilities/acceptance-tests/suites/CheckVisualizations/AddPublications.html b/utilities/acceptance-tests/suites/CheckVisualizations/AddPublications.html
index 373f089b..adda3d03 100644
--- a/utilities/acceptance-tests/suites/CheckVisualizations/AddPublications.html
+++ b/utilities/acceptance-tests/suites/CheckVisualizations/AddPublications.html
@@ -86,9 +86,14 @@
|
+
+ click |
+ css=li.nonSelectedGroupTab.clickable |
+ |
+
clickAndWait |
- //h3[@id='authorInAuthorship']/a/img |
+ css=a.add-relatedBy > img.add-individual |
|
@@ -198,7 +203,7 @@
assertTitle |
- exact:Nintendo: Good or Bad for Kids? |
+ Nintendo: Good or Bad for Kids? |
|
@@ -285,7 +290,7 @@
clickAndWait |
- //h3[@id='authorInAuthorship']/a/img |
+ css=a.add-relatedBy > img.add-individual |
|
@@ -472,7 +477,7 @@
clickAndWait |
- //h3[@id='authorInAuthorship']/a/img |
+ css=a.add-relatedBy > img.add-individual |
|
@@ -649,7 +654,7 @@
clickAndWait |
- //h3[@id='authorInAuthorship']/a/img |
+ css=a.add-relatedBy > img.add-individual |
|
@@ -773,6 +778,12 @@
5000 |
|
+
+
+ verifyElementNotPresent |
+ link=Co-investigator Network |
+ |
+
verifyTextPresent |
@@ -791,22 +802,17 @@
verifyElementPresent |
- link=Co-Author Network |
- |
-
-
- verifyElementNotPresent |
- link=Co-Investigator Network |
+ link=Co-author Network |
|
verifyElementPresent |
- link=Map Of Science |
+ link=Map of Science |
|
clickAndWait |
- link=Co-Author Network |
+ link=Co-author Network |
|
@@ -821,7 +827,22 @@
verifyTextPresent |
- Co-Author Network |
+ Furter, Frank |
+ |
+
+
+ verifyTextPresent |
+ Co-author Network |
+ |
+
+
+ verifyElementPresent |
+ link=(GraphML File) |
+ |
+
+
+ verifyElementPresent |
+ link=(GraphML File) |
|
@@ -851,7 +872,12 @@
verifyTextPresent |
- from 2001 to 2011 |
+ from 2001 to 2012 |
+ |
+
+
+ verifyElementPresent |
+ link=(.CSV File) |
|
@@ -861,7 +887,7 @@
verifyTextPresent |
- from 2001 to 2011 |
+ from 2003 to 2012 |
|
@@ -874,6 +900,11 @@
Publications per year |
|
+
+ verifyElementPresent |
+ css=caption > a |
+ |
+
verifyTextPresent |
2001 |
@@ -914,22 +945,6 @@
1 |
|
-
-
- clickAndWait |
- link=Co-Investigator Network |
- |
-
-
- assertTitle |
- Person Level Visualization |
- |
-
-
- verifyTextPresent |
- Currently there are no grants for this investigator in the VIVO database. |
- |
-
clickAndWait |
diff --git a/utilities/acceptance-tests/suites/CheckVisualizations/AddTestFaculty.html b/utilities/acceptance-tests/suites/CheckVisualizations/AddTestFaculty.html
index 99fef31f..424fd925 100644
--- a/utilities/acceptance-tests/suites/CheckVisualizations/AddTestFaculty.html
+++ b/utilities/acceptance-tests/suites/CheckVisualizations/AddTestFaculty.html
@@ -107,9 +107,14 @@
|
+
+ selectWindow |
+ null |
+ |
+
clickAndWait |
- css=a.add-preferredTitle > img.add-individual |
+ css=header > #ARG_2000028 > a.add-ARG_2000028 > img.add-individual |
|
@@ -117,19 +122,14 @@
Edit |
|
-
- waitForElementPresent |
- tinymce |
- |
-
type |
- tinymce |
+ id=preferredTitle |
Associate Professor |
clickAndWait |
- submit |
+ id=submit |
|
diff --git a/utilities/acceptance-tests/suites/CheckVisualizations/CheckGrantDates.html b/utilities/acceptance-tests/suites/CheckVisualizations/CheckGrantDates.html
index 1e613839..4a0aa2c2 100644
--- a/utilities/acceptance-tests/suites/CheckVisualizations/CheckGrantDates.html
+++ b/utilities/acceptance-tests/suites/CheckVisualizations/CheckGrantDates.html
@@ -72,12 +72,12 @@
clickAndWait |
- link=Agreement |
+ link=Grant |
|
assertTitle |
- Agreement |
+ Grant |
|
@@ -127,12 +127,12 @@
clickAndWait |
- link=Agreement |
+ link=Grant |
|
assertTitle |
- Agreement |
+ Grant |
|
@@ -182,12 +182,12 @@
clickAndWait |
- link=Agreement |
+ link=Grant |
|
assertTitle |
- Agreement |
+ Grant |
|
@@ -237,22 +237,22 @@
clickAndWait |
- link=Agreement |
+ link=Grant |
|
assertTitle |
- Agreement |
+ Grant |
|
clickAndWait |
- link=exact:Nix Nintendo? |
+ link=Nix Nintendo? |
|
assertTitle |
- exact:Nix Nintendo? |
+ Nix Nintendo? |
|
@@ -277,7 +277,7 @@
assertTitle |
- exact:Nix Nintendo? |
+ Nix Nintendo? |
|
@@ -308,7 +308,7 @@
clickAndWait |
- link=Co-Investigator Network |
+ link=Co-investigator Network |
|
@@ -326,9 +326,19 @@
Furter, Frank |
|
+
+ verifyElementPresent |
+ id=ego_label |
+ |
+
verifyTextPresent |
- Co-Investigator Network |
+ Co-investigator Network |
+ |
+
+
+ verifyElementPresent |
+ link=(GraphML File) |
|
@@ -336,6 +346,11 @@
VIVO profile |
|
+
+ verifyElementPresent |
+ id=profileUrl |
+ |
+
verifyTextPresent |
4 Grant(s) |
@@ -356,6 +371,11 @@
2010 Last Grant |
|
+
+ verifyElementPresent |
+ link=Co-author Network |
+ |
+
verifyTextPresent |
4 grants |
@@ -363,7 +383,12 @@
verifyTextPresent |
- from 2002 through 2011 |
+ from 2002 through 2012 |
+ |
+
+
+ verifyElementPresent |
+ link=(.CSV File) |
|
@@ -373,7 +398,12 @@
verifyTextPresent |
- from 2002 through 2011 |
+ from 2003 through 2012 |
+ |
+
+
+ verifyElementPresent |
+ css=a[title="csv File"] |
|
@@ -381,6 +411,11 @@
Tables |
|
+
+ verifyTextPresent |
+ The information in the following tables is for all years. |
+ |
+
verifyTextPresent |
Grants per year |
@@ -426,6 +461,26 @@
Co-investigators |
|
+
+ verifyElementPresent |
+ css=#coinvestigations_table > caption > a |
+ |
+
+
+ verifyTextPresent |
+ Investigator |
+ |
+
+
+ verifyTextPresent |
+ Grants with |
+ |
+
+
+ verifyTextPresent |
+ Furter, Frank |
+ |
+
verifyTextPresent |
Zink, Zoe |
@@ -479,7 +534,7 @@
clickAndWait |
- //div[@id='wrapper-content']/section[4]/article[3]/ul/li/a[2]/img |
+ css=a.edit-RO_0000053 > img.edit-individual |
|
@@ -489,17 +544,17 @@
type |
- startField-year |
+ id=startField-year |
|
type |
- endField-year |
+ id=endField-year |
|
clickAndWait |
- submit |
+ id=submit |
|
@@ -509,7 +564,7 @@
clickAndWait |
- //div[@id='wrapper-content']/section[4]/article[4]/ul/li[1]/a[2]/img |
+ css=a.edit-RO_0000053 > img.edit-individual |
|
@@ -519,12 +574,17 @@
type |
- startField-year |
+ id=startField-year |
+ |
+
+
+ type |
+ id=endField-year |
|
clickAndWait |
- submit |
+ id=submit |
|
@@ -534,7 +594,7 @@
clickAndWait |
- //div[@id='wrapper-content']/section[4]/article[4]/ul/li[2]/a[2]/img |
+ css=#RO_0000053-CoPrincipalInvestigatorRole-List > li > a.edit-RO_0000053 > img.edit-individual |
|
@@ -544,17 +604,17 @@
type |
- startField-year |
+ id=startField-year |
|
type |
- endField-year |
+ id=endField-year |
|
clickAndWait |
- submit |
+ id=submit |
|
@@ -564,7 +624,7 @@
clickAndWait |
- //div[@id='wrapper-content']/section[4]/article[5]/ul/li/a[2]/img |
+ css=#RO_0000053-InvestigatorRole-List > li > a.edit-RO_0000053 > img.edit-individual |
|
@@ -574,12 +634,17 @@
type |
- startField-year |
+ id=startField-year |
+ |
+
+
+ type |
+ id=endField-year |
|
clickAndWait |
- submit |
+ id=submit |
|
@@ -587,6 +652,47 @@
Furter, Frank |
|
+
+
+ verifyTextPresent |
+ Games and Kids: The Impact 2011 - |
+ |
+
+
+ verifyElementPresent |
+ link=Games and Kids: The Impact |
+ |
+
+
+ verifyTextPresent |
+ Nix Nintendo? 2010 - |
+ |
+
+
+ verifyElementPresent |
+ link=Nix Nintendo? |
+ |
+
+
+ verifyTextPresent |
+ Future of Children 2005 - |
+ |
+
+
+ verifyElementPresent |
+ link=Future of Children |
+ |
+
+
+ verifyTextPresent |
+ Childhood Development in the 21st Century 2005 - |
+ |
+
+
+ verifyElementPresent |
+ link=Childhood Development in the 21st Century |
+ |
+
clickAndWait |
@@ -615,7 +721,7 @@
clickAndWait |
- link=Co-Investigator Network |
+ link=Co-investigator Network |
|
@@ -633,9 +739,19 @@
Furter, Frank |
|
+
+ verifyElementPresent |
+ id=ego_label |
+ |
+
verifyTextPresent |
- Co-Investigator Network |
+ Co-investigator Network |
+ |
+
+
+ verifyElementPresent |
+ link=(GraphML File) |
|
@@ -643,6 +759,16 @@
VIVO profile |
|
+
+ verifyElementPresent |
+ id=profileUrl |
+ |
+
+
+ verifyElementPresent |
+ link=Co-author Network |
+ |
+
verifyTextPresent |
4 Grant(s) |
@@ -670,7 +796,12 @@
verifyTextPresent |
- from 2002 through 2011 |
+ from 2003 through 2012 |
+ |
+
+
+ verifyElementPresent |
+ link=(.CSV File) |
|
@@ -680,7 +811,12 @@
verifyTextPresent |
- from 2002 through 2011 |
+ from 2003 through 2012 |
+ |
+
+
+ verifyElementPresent |
+ css=a[title="csv File"] |
|
@@ -688,11 +824,21 @@
Tables |
|
+
+ verifyTextPresent |
+ The information in the following tables is for all years. |
+ |
+
verifyTextPresent |
Grants per year |
|
+
+ verifyElementPresent |
+ css=caption > a |
+ |
+
verifyTextPresent |
2005 |
@@ -718,6 +864,26 @@
Co-investigators |
|
+
+ verifyElementPresent |
+ css=#coinvestigations_table > caption > a |
+ |
+
+
+ verifyTextPresent |
+ Investigator |
+ |
+
+
+ verifyTextPresent |
+ Grants with |
+ |
+
+
+ verifyTextPresent |
+ Furter, Frank |
+ |
+
verifyTextPresent |
Zink, Zoe |