only in patch2: unchanged: --- a/core/modules/help/tests/src/Functional/HelpTest.php +++ b/core/modules/help/tests/src/Functional/HelpTest.php @@ -101,7 +101,7 @@ public function testHelp() { $page_text = $this->getTextContent(); $start = strpos($page_text, 'Module overviews'); $pos = $start; - $list = ['Block', 'Color', 'Custom Block', 'History', 'Text Editor']; + $list = ['BigPipe', 'Block', 'Custom Block', 'History', 'Text Editor']; foreach ($list as $name) { $this->assertSession()->linkExists($name); $new_pos = strpos($page_text, $name, $start); only in patch2: unchanged: --- a/core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php +++ b/core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php @@ -110,7 +110,6 @@ public function testPageCacheTags() { 'user:' . $author_1->id(), 'config:filter.format.basic_html', 'config:node_type_list', - 'config:color.theme.bartik', 'config:system.menu.account', 'config:system.menu.tools', 'config:system.menu.footer', @@ -149,7 +148,6 @@ public function testPageCacheTags() { 'node_view', 'node:' . $node_2->id(), 'user:' . $author_2->id(), - 'config:color.theme.bartik', 'config:filter.format.full_html', 'config:node_type_list', 'config:system.menu.account',