test the emoticon list

This commit is contained in:
Shish 2009-09-19 20:18:46 +01:00
parent bb4085972b
commit 6726f13603

View File

@ -10,6 +10,9 @@ class EmoticonTest extends ShimmieWebTestCase {
$this->assert_no_text(":cool:"); # FIXME: test for working image link
#$this->assert_text(":beans:"); # FIXME: this should be left as-is
$this->get_page("emote/list");
$this->assert_text(":arrow:");
$this->log_out();
$this->log_in_as_admin();
$this->delete_image($image_id);