core/modules/node/src/Tests/NodeTranslationUITest.php | 5 ++++- core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php | 3 +++ core/profiles/standard/standard.info.yml | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/core/modules/node/src/Tests/NodeTranslationUITest.php b/core/modules/node/src/Tests/NodeTranslationUITest.php index 063469d..b0db999 100644 --- a/core/modules/node/src/Tests/NodeTranslationUITest.php +++ b/core/modules/node/src/Tests/NodeTranslationUITest.php @@ -27,7 +27,10 @@ class NodeTranslationUITest extends ContentTranslationUITestBase { 'timezone', 'url.path.parent', 'url.query_args:_wrapper_format', - 'user' + 'user', + // These two cache contexts are added by BigPipe. + 'cookies:big_pipe_nojs', + 'session.exists', ]; /** diff --git a/core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php b/core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php index c8db96e..5ec2043 100644 --- a/core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php +++ b/core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php @@ -75,6 +75,9 @@ function testPageCacheTags() { // condition. 'url.path', 'url.query_args:' . MainContentViewSubscriber::WRAPPER_FORMAT, + // These two cache contexts are added by BigPipe. + 'cookies:big_pipe_nojs', + 'session.exists', ]; // Full node page 1. diff --git a/core/profiles/standard/standard.info.yml b/core/profiles/standard/standard.info.yml index 82af32e..7fbaec6 100644 --- a/core/profiles/standard/standard.info.yml +++ b/core/profiles/standard/standard.info.yml @@ -26,6 +26,7 @@ dependencies: - path - page_cache - dynamic_page_cache + - big_pipe - taxonomy - dblog - search