diff --git a/ext/auto_tagger/test.php b/ext/auto_tagger/test.php index 49b8915f..3dbd3381 100644 --- a/ext/auto_tagger/test.php +++ b/ext/auto_tagger/test.php @@ -18,7 +18,7 @@ class AutoTaggerTest extends ShimmiePHPUnitTestCase $this->log_out(); $this->get_page('auto_tag/list'); $this->assert_title("Auto-Tag"); - $this->assert_no_text("Add"); + $this->assert_no_text("value=\"Add\""); } public function testAutoTagger()