diff --git a/core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php b/core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php index fd16a3b5ec..3b32a6e966 100644 --- a/core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php +++ b/core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php @@ -136,8 +136,6 @@ public function testToolbar() { ]); $shortcut->save(); - $this->drupalGet('admin/config'); - // The shortcuts are displayed in a lazy builder, so the page is still a // cache HIT but shows the new shortcut immediately. $this->verifyDynamicPageCache(Url::fromRoute('test_page_test.test_page'), 'HIT');