diff --git a/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php b/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
index 8c8c4e33e205af7b519281e3c90cbbc094b8d3cb..067ba77b3b8c446ceb2107bf502745d08e4bf569 100644
--- a/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
+++ b/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
@@ -73,6 +73,10 @@ public function testShortcutLinkAdd() {
     $this->container->get('config.factory')->get('node.settings')->set('use_admin_theme', '1')->save();
     $this->drupalGet('admin/structure');
     $this->assertPattern('#<a href="(.*)/admin/config/user-interface/shortcut/manage/default/add-link-inline\?token=(.*)name=Structure(.*)</a>#', 'Found shortcut name.');
+
+    $this->drupalGet('admin/structure');
+    $this->clickLink('Add or remove shortcutAdd to Default shortcuts');
+    $this->assertLink('Structure', 0, 'Added Shortcut found on page');
   }
 
   /**
