This commit is contained in:
Shish 2010-02-18 15:59:04 +00:00
parent b72d5254d0
commit 54b398d08e

View File

@ -19,7 +19,7 @@ class BlotterTest extends SCoreWebTestCase {
$this->assert_text("blotter testing"); $this->assert_text("blotter testing");
$this->get_page("blotter/editor"); $this->get_page("blotter/editor");
$this->clock("Remove"); $this->click("Remove");
$this->assert_no_text("blotter testing"); $this->assert_no_text("blotter testing");
$this->log_out(); $this->log_out();