From 6efe56eddfe93a824a317cd8e88eafb54fe870a1 Mon Sep 17 00:00:00 2001 From: jgen Date: Sat, 22 Feb 2014 03:10:59 -0500 Subject: [PATCH] Well, lets try this. --- ext/alias_editor/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/alias_editor/test.php b/ext/alias_editor/test.php index efb03d9a..f05cacac 100644 --- a/ext/alias_editor/test.php +++ b/ext/alias_editor/test.php @@ -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');