Changeset 2264 for trunk/tests
- Timestamp:
- 09/28/2007 08:40:54 PM (16 months ago)
- Location:
- trunk/tests/FunctionalTests
- Files:
-
- 2 modified
-
quickstart/Controls/MultiViewTestCase.php (modified) (1 diff)
-
tickets/protected/pages/Ticket528.page (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php
r2084 r2264 13 13 $this->verifyElementNotPresent('ctl0_body_Result2'); 14 14 $this->type('ctl0_body_Memo','test'); 15 $this->clickAndWait('ctl0$body$ctl1'); 15 $this->clickAndWait('ctl0$body$ctl0'); // view 2 to select the dropdown 16 $this->clickAndWait('ctl0$body$ctl4'); 16 17 17 18 // view 3 : check if the output is updated -
trunk/tests/FunctionalTests/tickets/protected/pages/Ticket528.page
r1802 r2264 2 2 3 3 <com:TLabel ForControl="DDropTurno" Text="Turno:"/> 4 <com:Application.pages.DActiveDropDownList2 5 ID="DDropTurno" onSelectedIndexChanged="trocaTurno" opcoes='turnos' />4 <com:Application.pages.DActiveDropDownList2 5 ID="DDropTurno" SelectedIndex="0" onSelectedIndexChanged="trocaTurno" opcoes='turnos' /> 6 6 7 7 <com:TLabel Text="Código:" ForControl="Codigo"/>
