Well, lets try this.

This commit is contained in:
jgen 2014-02-22 03:10:59 -05:00
parent b229e114c2
commit 6efe56eddf

View File

@ -18,7 +18,7 @@ class AliasEditorTest extends ShimmieWebTestCase {
$this->assert_title("Alias List");
$this->set_field('oldtag', "test1");
$this->set_field('newtag', "test2");
$this->click("Add");
$this->clickSubmit('Add');
$this->assert_no_text("Error adding alias");
$this->get_page('alias/list');