Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / shortcut / tests / src / Functional / ShortcutLinksTest.php
index e39f652e55e0d4ea3b28df9628067395c1bb0bbb..77e88959b970b618372a4f7c5c8000f4d4f11ee5 100644 (file)
@@ -65,6 +65,11 @@ class ShortcutLinksTest extends ShortcutTestBase {
       '/admin/config/system/site-information',
     ];
 
+    // Test the add shortcut form UI. Test that the base field description is
+    // there.
+    $this->drupalGet('admin/config/user-interface/shortcut/manage/' . $set->id() . '/add-link');
+    $this->assertRaw('The location this shortcut points to.');
+
     // Check that each new shortcut links where it should.
     foreach ($test_cases as $test_path) {
       $title = $this->randomMachineName();