Adjusted autotagger tests

This commit is contained in:
Matthew Barbour 2020-03-02 16:01:42 +00:00
parent 9ea2eeb831
commit 8922966ddb

View file

@ -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');