Changeset 1770 for branches/3.0

Show
Ignore:
Timestamp:
03/25/2007 07:23:29 PM (21 months ago)
Author:
wei
Message:

fixed test case 205

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/tests/FunctionalTests/tickets/tests/Ticket205TestCase.php

    r1397 r1770  
    99                $this->assertTitle("Verifying Ticket 205"); 
    1010                $this->assertNotVisible("{$base}validator1"); 
    11                  
     11 
    1212                $this->type("{$base}textbox1", "test"); 
    1313                $this->click("{$base}button1"); 
     14                $this->assertAlert("error"); 
    1415                $this->assertVisible("{$base}validator1"); 
    15                 $this->assertAlert("error"); 
    16                  
     16 
    1717                $this->type("{$base}textbox1", "Prado"); 
    18                 $this->clickAndWait("{$base}button1");           
     18                $this->clickAndWait("{$base}button1"); 
    1919                $this->assertNotVisible("{$base}validator1"); 
    2020        }