Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / menu_link_content / tests / src / Functional / MenuLinkContentFormTest.php
index 464b86c3972d4d66cbcc770b9cd5d23e7a297119..8796bc7488751282e87b206abd0f649dc73cfb54 100644 (file)
@@ -78,6 +78,8 @@ class MenuLinkContentFormTest extends BrowserTestBase {
     $element = $this->xpath('//select[@id = :id]/option[@selected]', [':id' => 'edit-menu-parent']);
     $this->assertTrue($element, 'A default menu parent was found.');
     $this->assertEqual('admin:', $element[0]->getValue(), '<Administration> menu is the parent.');
+    // Test that the field description is present.
+    $this->assertRaw('The location this menu link points to.');
 
     $this->drupalPostForm(
       NULL,