From fc99ddf8a76ffa6c8f783a6a9a335b9dfbc5ed69 Mon Sep 17 00:00:00 2001 From: ejc12 Date: Sat, 17 Jul 2010 17:31:14 +0000 Subject: [PATCH] Holly made changes to first time login test cases due to message text changes. --- .../CreateAccounts/FirstTimeCuratorLogin.html | 26 +++++++++---------- .../CreateAccounts/FirstTimeEditorLogin.html | 26 +++++++++---------- 2 files changed, 26 insertions(+), 26 deletions(-) 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.