[seam-commits] Seam SVN: r12025 - branches/community/Seam_2_2/src/test/ftest/examples/spring/src/org/jboss/seam/example/spring/test/selenium.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Feb 9 09:58:59 EST 2010


Author: jharting
Date: 2010-02-09 09:58:58 -0500 (Tue, 09 Feb 2010)
New Revision: 12025

Modified:
   branches/community/Seam_2_2/src/test/ftest/examples/spring/src/org/jboss/seam/example/spring/test/selenium/spring.properties
Log:
JBSEAM-4533 Spring example

Modified: branches/community/Seam_2_2/src/test/ftest/examples/spring/src/org/jboss/seam/example/spring/test/selenium/spring.properties
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/spring/src/org/jboss/seam/example/spring/test/selenium/spring.properties	2010-02-09 14:46:11 UTC (rev 12024)
+++ branches/community/Seam_2_2/src/test/ftest/examples/spring/src/org/jboss/seam/example/spring/test/selenium/spring.properties	2010-02-09 14:58:58 UTC (rev 12025)
@@ -28,7 +28,7 @@
 LOGOUT id=logout
 PASSWORD_UPDATED_MESSAGE Password updated
 PASSWORD_REENTER_MESSAGE Re-enter new password
-PASSWORD_VALUE_REQUIRED_MESSAGE //*[@id\='setpassword\:Message']
+PASSWORD_VALUE_REQUIRED_MESSAGE //*[@id='setpassword:Message' or @id='setpassword:PasswordDecorate:Message']
 PASSWORD_LENGTH_MESSAGE length must be between
 PASSWORD_PASSWORD id=setpassword:PasswordDecorate:password
 PASSWORD_VERIFY id=setpassword:VerifyDecorate:verify



More information about the seam-commits mailing list