Changeset 2264 for trunk/tests

Show
Ignore:
Timestamp:
09/28/2007 08:40:54 PM (16 months ago)
Author:
xue
Message:

Fixed test cases.

Location:
trunk/tests/FunctionalTests
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php

    r2084 r2264  
    1313                $this->verifyElementNotPresent('ctl0_body_Result2'); 
    1414                $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'); 
    1617 
    1718                // view 3 : check if the output is updated 
  • trunk/tests/FunctionalTests/tickets/protected/pages/Ticket528.page

    r1802 r2264  
    22 
    33<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' /> 
    66 
    77<com:TLabel Text="Código:" ForControl="Codigo"/>