diff --git a/ext/auto_tagger/test.php b/ext/auto_tagger/test.php index 3dbd3381..9d1e096d 100644 --- a/ext/auto_tagger/test.php +++ b/ext/auto_tagger/test.php @@ -13,7 +13,7 @@ class AutoTaggerTest extends ShimmiePHPUnitTestCase $this->log_in_as_user(); $this->get_page('auto_tag/list'); $this->assert_title("Auto-Tag"); - $this->assert_no_text("Add"); + $this->assert_no_text("value=\"Add\""); $this->log_out(); $this->get_page('auto_tag/list');