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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Feb 9 10:44:15 EST 2010


Author: jharting
Date: 2010-02-09 10:44:14 -0500 (Tue, 09 Feb 2010)
New Revision: 12027

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

Modified: branches/community/Seam_2_2/src/test/ftest/examples/groovybooking/src/org/jboss/seam/example/groovybooking/test/selenium/groovybooking.properties
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/groovybooking/src/org/jboss/seam/example/groovybooking/test/selenium/groovybooking.properties	2010-02-09 15:10:22 UTC (rev 12026)
+++ branches/community/Seam_2_2/src/test/ftest/examples/groovybooking/src/org/jboss/seam/example/groovybooking/test/selenium/groovybooking.properties	2010-02-09 15:44:14 UTC (rev 12027)
@@ -28,7 +28,7 @@
 LOGOUT id=logout
 PASSWORD_UPDATED_MESSAGE Password updated
 PASSWORD_REENTER_MESSAGE verify
-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
@@ -44,9 +44,9 @@
 HOTEL_BED_FIELD id=booking:bedsDecorate:beds
 HOTEL_BED_FIELD_SELECT_CRITERIA value=
 HOTEL_CHECKIN_DATE_FIELD id=booking:checkinDateDecorate:checkinDateInputDate
-HOTEL_CHECKIN_DATE_MESSAGE id=booking:Message
+HOTEL_CHECKIN_DATE_MESSAGE xpath=//*[@id='booking:Message' or @id='booking:checkinDateDecorate:Message']
 HOTEL_CHECKOUT_DATE_FIELD id=booking:checkoutDateDecorate:checkoutDateInputDate
-HOTEL_CHECKOUT_DATE_MESSAGE id=booking:Message
+HOTEL_CHECKOUT_DATE_MESSAGE xpath=//*[@id='booking:Message' or @id='booking:checkoutDateDecorate:Message']
 HOTEL_SMOKING_1 id=booking:smokingDecorate:smoking:0
 HOTEL_SMOKING_2 id=booking:smokingDecorate:smoking:1
 HOTEL_CREDIT_CARD id=booking:creditCardDecorate:creditCard



More information about the seam-commits mailing list