Skip to content
Snippets Groups Projects
Commit 8e1432cf authored by Angie Byron's avatar Angie Byron
Browse files

#877020 follow-up by andypost: Hot-fix for tests in _forum_topics_unread() to...

#877020 follow-up by andypost: Hot-fix for tests in _forum_topics_unread() to get testbot working again.
parent f0b3fa4b
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -71,7 +71,7 @@ class ForumTestCase extends DrupalWebTestCase {
// Verify the topic and post counts on the forum page.
$this->drupalGet('forum');
$this->assertRaw("<td class=\"topics\">\n 6 </td>");
$this->assertRaw("<td class=\"topics\">\n 6 <br />\n <a href=\"/forum/3#new\">5 new</a>\n </td>");
$this->assertRaw('<td class="posts">6</td>');
// Test loading multiple forum nodes on the front page.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment