From 9ea2eeb831302112bde3ea0b49e22ba40399991f Mon Sep 17 00:00:00 2001 From: Matthew Barbour Date: Mon, 2 Mar 2020 15:59:15 +0000 Subject: [PATCH] Adjusted autotagger tests --- ext/auto_tagger/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()