Changeset 1770
- Timestamp:
- 03/25/2007 07:23:29 PM (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/tests/FunctionalTests/tickets/tests/Ticket205TestCase.php
r1397 r1770 9 9 $this->assertTitle("Verifying Ticket 205"); 10 10 $this->assertNotVisible("{$base}validator1"); 11 11 12 12 $this->type("{$base}textbox1", "test"); 13 13 $this->click("{$base}button1"); 14 $this->assertAlert("error"); 14 15 $this->assertVisible("{$base}validator1"); 15 $this->assertAlert("error"); 16 16 17 17 $this->type("{$base}textbox1", "Prado"); 18 $this->clickAndWait("{$base}button1"); 18 $this->clickAndWait("{$base}button1"); 19 19 $this->assertNotVisible("{$base}validator1"); 20 20 }
