diff --git a/utilities/acceptance-tests/suites/CreateAccounts/CheckCuratorLoginLogout.html b/utilities/acceptance-tests/suites/CreateAccounts/CheckCuratorLoginLogout.html index 3f886a4f..81b7fb61 100644 --- a/utilities/acceptance-tests/suites/CreateAccounts/CheckCuratorLoginLogout.html +++ b/utilities/acceptance-tests/suites/CreateAccounts/CheckCuratorLoginLogout.html @@ -121,7 +121,7 @@ assertTitle - Site Information Editing Form + Site Information diff --git a/utilities/acceptance-tests/suites/CreateAccounts/CheckCuratorPrivileges.html b/utilities/acceptance-tests/suites/CreateAccounts/CheckCuratorPrivileges.html index 7ee90aa6..50eb265d 100644 --- a/utilities/acceptance-tests/suites/CreateAccounts/CheckCuratorPrivileges.html +++ b/utilities/acceptance-tests/suites/CreateAccounts/CheckCuratorPrivileges.html @@ -119,24 +119,24 @@ link=Site information - - verifyElementNotPresent - link=Menu management - - verifyElementPresent link=Institutional internal class - verifyElementNotPresent - link=User accounts + verifyElementPresent + link=Manage profile editing - verifyElementPresent - link=Manage Profile Editing + verifyElementNotPresent + link=Menu management + + + + verifyElementNotPresent + link=User accounts @@ -244,6 +244,236 @@ link=Recompute inferences + + comment + Check links actually work + + + + clickAndWait + link=Institutional internal class + + + + assertTitle + VIVO Site Administration + + + + verifyTextNotPresent + We're sorry, but you are not authorized to view the page you requested. If you think this is an error, please contact us and we'll be happy to help. + + + + clickAndWait + link=Site Admin + + + + assertTitle + VIVO Site Administration + + + + clickAndWait + link=Manage profile editing + + + + assertTitle + VIVO Site Administration + + + + verifyTextNotPresent + We're sorry, but you are not authorized to view the page you requested. If you think this is an error, please contact us and we'll be happy to help. + + + + clickAndWait + link=Site Admin + + + + assertTitle + VIVO Site Administration + + + + clickAndWait + link=Site information + + + + assertTitle + Site Information + + + + verifyTextNotPresent + We're sorry, but you are not authorized to view the page you requested. If you think this is an error, please contact us and we'll be happy to help. + + + + clickAndWait + link=Site Admin + + + + assertTitle + VIVO Site Administration + + + + clickAndWait + link=Class groups + + + + assertTitle + Class Groups + + + + verifyTextNotPresent + We're sorry, but you are not authorized to view the page you requested. If you think this is an error, please contact us and we'll be happy to help. + + + + clickAndWait + link=Site Admin + + + + assertTitle + VIVO Site Administration + + + + clickAndWait + link=Class hierarchy + + + + assertTitle + Class Hierarchy + + + + verifyTextNotPresent + We're sorry, but you are not authorized to view the page you requested. If you think this is an error, please contact us and we'll be happy to help. + + + + clickAndWait + link=Site Admin + + + + assertTitle + VIVO Site Administration + + + + clickAndWait + link=Data property hierarchy + + + + assertTitle + Data Property Hierarchy + + + + verifyTextNotPresent + We're sorry, but you are not authorized to view the page you requested. If you think this is an error, please contact us and we'll be happy to help. + + + + clickAndWait + link=Site Admin + + + + assertTitle + VIVO Site Administration + + + + clickAndWait + link=Object property hierarchy + + + + assertTitle + Object Property Hierarchy + + + + verifyTextNotPresent + We're sorry, but you are not authorized to view the page you requested. If you think this is an error, please contact us and we'll be happy to help. + + + + clickAndWait + link=Site Admin + + + + assertTitle + VIVO Site Administration + + + + clickAndWait + link=Property groups + + + + assertTitle + Property Groups + + + + verifyTextNotPresent + We're sorry, but you are not authorized to view the page you requested. If you think this is an error, please contact us and we'll be happy to help. + + + + clickAndWait + link=Site Admin + + + + assertTitle + VIVO Site Administration + + + + clickAndWait + link=Ontology list + + + + assertTitle + Ontologies + + + + verifyTextNotPresent + We're sorry, but you are not authorized to view the page you requested. If you think this is an error, please contact us and we'll be happy to help. + + + + clickAndWait + link=Site Admin + + + + assertTitle + VIVO Site Administration + + comment Logout diff --git a/utilities/acceptance-tests/suites/CreateAccounts/CheckEditorPrivileges.html b/utilities/acceptance-tests/suites/CreateAccounts/CheckEditorPrivileges.html index 1252b0a0..aea33dcf 100644 --- a/utilities/acceptance-tests/suites/CreateAccounts/CheckEditorPrivileges.html +++ b/utilities/acceptance-tests/suites/CreateAccounts/CheckEditorPrivileges.html @@ -114,6 +114,11 @@ Site Configuration + + verifyElementPresent + link=Manage Profile Editing + + verifyElementNotPresent link=Site information @@ -134,11 +139,6 @@ link=User accounts - - verifyElementPresent - link=Manage Profile Editing - - verifyElementNotPresent link=Startup Status @@ -244,6 +244,26 @@ link=Recompute inferences + + comment + Verify that link actually work + + + + clickAndWait + link=Manage profile editing + + + + assertTitle + VIVO Site Administration + + + + verifyTextNotPresent + We're sorry, but you are not authorized to view the page you requested. If you think this is an error, please contact us and we'll be happy to help. + + comment Logout diff --git a/utilities/acceptance-tests/suites/CreatePeople/AddFacultyInfo.html b/utilities/acceptance-tests/suites/CreatePeople/AddFacultyInfo.html index a13eb811..addedaf6 100644 --- a/utilities/acceptance-tests/suites/CreatePeople/AddFacultyInfo.html +++ b/utilities/acceptance-tests/suites/CreatePeople/AddFacultyInfo.html @@ -169,6 +169,16 @@ css=a.add-webpage > img.add-individual + + assertTitle + Edit + + + + clickAndWait + id=showAddForm + + type url @@ -184,16 +194,6 @@ submit - - assertTitle - Edit - - - - clickAndWait - returnToIndividual - - assertTitle Faculty, Jane diff --git a/utilities/acceptance-tests/suites/CreatePeople/CreateFacultyMember.html b/utilities/acceptance-tests/suites/CreatePeople/CreateFacultyMember.html index ebbddb27..cf6c9ce6 100644 --- a/utilities/acceptance-tests/suites/CreatePeople/CreateFacultyMember.html +++ b/utilities/acceptance-tests/suites/CreatePeople/CreateFacultyMember.html @@ -156,7 +156,12 @@ verifyTextPresent - This field must not be empty. + Please enter a Last Name for this person. + + + + verifyTextPresent + Please enter a First Name for this person. @@ -181,7 +186,7 @@ verifyTextPresent - This field must not be empty. + Please enter a Last Name for this person. @@ -206,7 +211,7 @@ verifyTextPresent - This field must not be empty. + Please enter a First Name for this person. diff --git a/utilities/acceptance-tests/suites/CreatePeople/TestUnicodeName.html b/utilities/acceptance-tests/suites/CreatePeople/TestUnicodeName.html index 21dda419..4f35ee04 100644 --- a/utilities/acceptance-tests/suites/CreatePeople/TestUnicodeName.html +++ b/utilities/acceptance-tests/suites/CreatePeople/TestUnicodeName.html @@ -176,7 +176,7 @@ comment - Search for new faculty member + Search for new faculty member with umlauts @@ -234,6 +234,66 @@ Marienkäfer, Mary Faculty Member + + comment + Search for new faculty member without umlauts + + + + type + querytext + Marienkafer + + + clickAndWait + //input[@value='Search'] + + + + refreshAndWait + 10000 + + + + refreshAndWait + 10000 + + + + refreshAndWait + 10000 + + + + refreshAndWait + 10000 + + + + refreshAndWait + 10000 + + + + assertTitle + Marienkafer - VIVO Search Results + + + + verifyTextPresent + Search results for 'Marienkafer' + + + + verifyElementPresent + link=Marienkäfer, Mary + + + + verifyTextPresent + Marienkäfer, Mary Faculty Member + + comment Logout diff --git a/utilities/acceptance-tests/suites/CreateProperties/AddMuseumArchDetails.html b/utilities/acceptance-tests/suites/CreateProperties/AddMuseumArchDetails.html index 97858c42..1931746b 100644 --- a/utilities/acceptance-tests/suites/CreateProperties/AddMuseumArchDetails.html +++ b/utilities/acceptance-tests/suites/CreateProperties/AddMuseumArchDetails.html @@ -164,6 +164,11 @@ Edit + + waitForElementPresent + tinymce + + type tinymce