url('tickets/index.php?page=Ticket586'); $this->assertEquals("Verifying Ticket 586", $this->title()); $this->assertText("{$base}label1", "Status"); $this->byId("{$base}button1")->click(); $this->pause(50); $this->assertText("{$base}label1", "Button 1 Clicked!"); $this->type("{$base}text1", "testing"); // this can't work properly without manual testing // $this->keyDownAndWait("{$base}text1", '\13'); // $this->assertText("{$base}label1", "Button 2 (default) Clicked!"); } }