We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b194bc commit 93f7004Copy full SHA for 93f7004
dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/Cms/BlockCacheTest.php
@@ -98,7 +98,7 @@ public function testCacheIsInvalidatedOnBlockUpdate()
98
$newBlockContent = 'New block content!!!';
99
$this->updateBlockContent($fixtureBlockIdentifier, $newBlockContent);
100
101
- // Verify we obtain a cache MISS update on the fixture block
+ // Verify we obtain a cache MISS on the fixture block query after the content update
102
$fixtureBlockMissResponse = $this->assertCacheMissAndReturnResponse(
103
$fixtureBlockQuery,
104
[CacheIdCalculator::CACHE_ID_HEADER => $cacheIdOfFixtureBlock]
0 commit comments