Author: jjamrich
Date: 2012-03-27 09:22:28 -0400 (Tue, 27 Mar 2012)
New Revision: 23201
Modified:
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/calendar/locators.properties
Log:
RFPL-2088: Fix OrganizerTestCase
There is different structure for cell layout (use table instead of div), change locators
accordingly
Modified:
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/calendar/locators.properties
===================================================================
---
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/calendar/locators.properties 2012-03-27
13:22:10 UTC (rev 23200)
+++
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/calendar/locators.properties 2012-03-27
13:22:28 UTC (rev 23201)
@@ -25,9 +25,9 @@
FIELDSET=jquery=fieldset:eq(0)
CELL_PREFORMATTED=jquery=fieldset:eq(0) tr[id$=organizerWeekNum{0}] > td:eq({1})
-CELL_DATE_PREFORMATTED=jquery=fieldset:eq(0) tr[id$=organizerWeekNum{0}] > td:eq({1})
div.organizer-cell div:eq(0)
-CELL_DESC_PREFORMATTED=jquery=fieldset:eq(0) tr[id$=organizerWeekNum{0}] > td:eq({1})
div.organizer-cell div:eq(2)
-CELL_NOTE_PREFORMATTED=jquery=fieldset:eq(0) tr[id$=organizerWeekNum{0}] > td:eq({1})
div.organizer-cell div:eq(3)
+CELL_DATE_PREFORMATTED=jquery=fieldset:eq(0) tr[id$=organizerWeekNum{0}] > td:eq({1})
div[id$=cell] tr:eq(0) > td
+CELL_DESC_PREFORMATTED=jquery=fieldset:eq(0) tr[id$=organizerWeekNum{0}] > td:eq({1})
div[id$=cell] tr:eq(1) > td
+CELL_NOTE_PREFORMATTED=jquery=fieldset:eq(0) tr[id$=organizerWeekNum{0}] > td:eq({1})
div[id$=cell] tr:eq(2) > td
DIALOG=jquery=div#panelContainer
DIALOG_DESCRIPTION=jquery=div#panelContainer td.rich-mpnl-body tr:eq(0) input
Show replies by date