File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ public function testMediaGalleryTypesAreCorrect()
8787 */
8888 public function testProductMediaGalleryEntries ()
8989 {
90- $ this ->markTestSkipped ('https://github.com/magento/graphql-ce/issues/738 ' );
9190 $ productSku = 'simple ' ;
9291 $ query = <<<QUERY
9392{
@@ -107,7 +106,10 @@ public function testProductMediaGalleryEntries()
107106 $ response = $ this ->graphQlQuery ($ query );
108107
109108 self ::assertArrayHasKey ('file ' , $ response ['products ' ]['items ' ][0 ]['media_gallery_entries ' ][0 ]);
110- self ::assertContains ('magento_image.jpg ' , $ response ['products ' ]['items ' ][0 ]['media_gallery_entries ' ][0 ]['url ' ]);
109+ self ::assertContains (
110+ 'magento_image.jpg ' ,
111+ $ response ['products ' ]['items ' ][0 ]['media_gallery_entries ' ][0 ]['file ' ]
112+ );
111113 }
112114
113115 /**
You can’t perform that action at this time.
0 commit comments