diff --git a/core/modules/help_topics/tests/src/Functional/HelpTopicTest.php b/core/modules/help_topics/tests/src/Functional/HelpTopicTest.php index 14b1021aaa..1f46942c1e 100644 --- a/core/modules/help_topics/tests/src/Functional/HelpTopicTest.php +++ b/core/modules/help_topics/tests/src/Functional/HelpTopicTest.php @@ -59,6 +59,7 @@ protected function setUp() { $this->placeBlock('local_tasks_block', $settings); $this->placeBlock('local_actions_block', $settings); $this->placeBlock('page_title_block', $settings); + $this->placeBlock('seven_breadcrumbs', $settings); // Create users. $this->adminUser = $this->createUser([ @@ -145,6 +146,9 @@ protected function verifyHelpLinks() { 'link to the writing good help topic' => 'Writing good help', 'Linked topic' => 'This topic is not supposed to be top-level', 'Additional topic' => 'This topic should get listed automatically', + 'Breadcrumb Home' => 'Home', + 'Breadcrumb Admin' => 'Administration', + 'Breadcrumb Help' => 'Help' ]; foreach ($links as $link_text => $page_text) { $this->drupalGet($page);