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 f554af8 commit 73f1814Copy full SHA for 73f1814
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ResolverCache/MediaGalleryTest.php
@@ -234,6 +234,9 @@ public function testResolverCacheRecordIsCreatedForEachStoreView()
234
)
235
);
236
237
+ // The entry's label in second store view is null by default; assert the cache record has the same value
238
+ $this->assertNull(json_decode($cacheEntryInSecondStoreView, true)[0]['label']);
239
+
240
// Assert cache keys are different
241
$this->assertNotEquals(
242
$cacheKeyInDefaultStoreView,
0 commit comments