Skip to content

Commit 93f7004

Browse files
committed
B2B-2530: Unskip GraphQL cache tests skipped due to DEVOPS-4924
- Adjusted review comments
1 parent 7b194bc commit 93f7004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/Cms/BlockCacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function testCacheIsInvalidatedOnBlockUpdate()
9898
$newBlockContent = 'New block content!!!';
9999
$this->updateBlockContent($fixtureBlockIdentifier, $newBlockContent);
100100

101-
// Verify we obtain a cache MISS update on the fixture block
101+
// Verify we obtain a cache MISS on the fixture block query after the content update
102102
$fixtureBlockMissResponse = $this->assertCacheMissAndReturnResponse(
103103
$fixtureBlockQuery,
104104
[CacheIdCalculator::CACHE_ID_HEADER => $cacheIdOfFixtureBlock]

0 commit comments

Comments
 (0)