Author: jjamrich
Date: 2012-03-27 09:22:46 -0400 (Tue, 27 Mar 2012)
New Revision: 23202
Modified:
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/colorPicker/locators.properties
Log:
RFPL-2088: Fix ColorPickerTestCase
There is "Apply" labeled button with @name=submit instead of "Apply"
Modified:
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/colorPicker/locators.properties
===================================================================
---
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/colorPicker/locators.properties 2012-03-27
13:22:28 UTC (rev 23201)
+++
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/colorPicker/locators.properties 2012-03-27
13:22:46 UTC (rev 23202)
@@ -17,7 +17,7 @@
RAINBOW=jquery=fieldset:eq(0) div.rich-color-picker-rainbow > img
HEX_COLOR=jquery=fieldset:eq(0) input[id$=colorPicker-hex]
-APPLY_BUTTON=jquery=fieldset:eq(0) button[name=apply]
+APPLY_BUTTON=jquery=fieldset:eq(0) button[name=submit]
CANCEL_BUTTON=jquery=fieldset:eq(0) button[name=cancel]
Show replies by date