diff --git a/utilities/acceptance-tests/suites/CreateAccounts/FirstTimeCuratorLogin.html b/utilities/acceptance-tests/suites/CreateAccounts/FirstTimeCuratorLogin.html index c62b7c8e..0c755e42 100644 --- a/utilities/acceptance-tests/suites/CreateAccounts/FirstTimeCuratorLogin.html +++ b/utilities/acceptance-tests/suites/CreateAccounts/FirstTimeCuratorLogin.html @@ -34,6 +34,11 @@ + + comment + Check first time login process + + open /vivo/ @@ -124,11 +129,6 @@ Create Your New Password - - verifyTextPresent - Please enter a password with more than 5 characters - - comment Try an invalid password @@ -137,21 +137,21 @@ type newPassword - junk + junky type confirmPassword - junk + junky - click + clickAndWait passwordChangeForm - assertAlert - Please enter a password between 5 and 99 characters long + verifyTextPresent + Please enter a password between 6 and 12 characters in length. @@ -200,13 +200,13 @@ newPasword - click + clickAndWait passwordChangeForm - assertAlert - Passwords do not match + verifyTextPresent + The passwords entered do not match. diff --git a/utilities/acceptance-tests/suites/CreateAccounts/FirstTimeEditorLogin.html b/utilities/acceptance-tests/suites/CreateAccounts/FirstTimeEditorLogin.html index ac940fcc..22257169 100644 --- a/utilities/acceptance-tests/suites/CreateAccounts/FirstTimeEditorLogin.html +++ b/utilities/acceptance-tests/suites/CreateAccounts/FirstTimeEditorLogin.html @@ -34,6 +34,11 @@ + + comment + Check first time login process + + open /vivo/ @@ -124,11 +129,6 @@ Create Your New Password - - verifyTextPresent - Please enter a password with more than 5 characters - - comment Try an invalid password @@ -137,21 +137,21 @@ type newPassword - junk + junky type confirmPassword - junk + junky - click + clickAndWait passwordChangeForm - assertAlert - Please enter a password between 5 and 99 characters long + verifyTextPresent + Please enter a password between 6 and 12 characters in length. @@ -200,13 +200,13 @@ newPasword - click + clickAndWait passwordChangeForm - assertAlert - Passwords do not match + verifyTextPresent + The passwords entered do not match.