Adjusted autotagger tests

This commit is contained in:
Matthew Barbour 2020-03-02 15:59:15 +00:00
parent 823c5d5610
commit 9ea2eeb831

View file

@ -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()