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 73f1814 commit 54c3dcbCopy full SHA for 54c3dcb
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ResolverCache/MediaGalleryTest.php
@@ -214,6 +214,9 @@ public function testResolverCacheRecordIsCreatedForEachStoreView()
214
$cacheKeyInDefaultStoreView = $this->getCacheKeyForMediaGalleryResolver($product);
215
$this->assertMediaGalleryResolverCacheRecordExists($product);
216
217
+ $cacheEntryInDefaultStoreView = $this->graphQlResolverCache->load($cacheKeyInDefaultStoreView);
218
+ $this->assertNotNull(json_decode($cacheEntryInDefaultStoreView, true)[0]['label']);
219
+
220
// Switch to second store view
221
$this->storeManager->setCurrentStore($store2->getCode());
222
0 commit comments