diff --git a/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php b/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php index 81d8d82..47905f5 100644 --- a/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php +++ b/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php @@ -257,6 +257,8 @@ private function doAdminTests($user) { $this->forumContainer = $this->createForum('container'); // Verify "edit container" link exists and functions correctly. $this->drupalGet('admin/structure/forum'); + // Verify help text is shown. + $this->assertText(t('Forums contain forum topics. Use containers to group related forums')); // Verify action links are there. $this->assertLink('Add forum'); $this->assertLink('Add container');