Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / src / Functional / Menu / BreadcrumbTest.php
index 5a17d47419f4f3bb92b881c27d6c2039ca19a97b..0e493e5d688108d6e56699dce0aacad2a36efa5c 100644 (file)
@@ -81,7 +81,7 @@ class BreadcrumbTest extends BrowserTestBase {
     ];
     $this->assertBreadcrumb('admin/structure/taxonomy/manage/tags', $trail);
     $trail += [
-      'admin/structure/taxonomy/manage/tags' => t('Tags'),
+      'admin/structure/taxonomy/manage/tags' => t('Edit Tags'),
     ];
     $this->assertBreadcrumb('admin/structure/taxonomy/manage/tags/overview', $trail);
     $this->assertBreadcrumb('admin/structure/taxonomy/manage/tags/add', $trail);