File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2592,7 +2592,6 @@ private function importFile(string $fileName): void
2592
2592
/**
2593
2593
* Hide product images via hide_from_product_page attribute during import CSV.
2594
2594
*
2595
- * @magentoAppIsolation enabled
2596
2595
* @magentoDataFixture mediaImportImageFixture
2597
2596
* @magentoDataFixture Magento/Catalog/_files/product_with_image.php
2598
2597
*/
@@ -2630,9 +2629,9 @@ public function testImagesAreHiddenAfterImport()
2630
2629
2631
2630
if (is_array ($ productMediaData ['images ' ])) {
2632
2631
$ allProductImages = $ productMediaData ['images ' ];
2633
- $ this ->assertCount (3 , $ productMediaData [ ' images ' ] , 'Images are imported incorrect ' );
2632
+ $ this ->assertCount (3 , $ allProductImages , 'Images are imported incorrect ' );
2634
2633
2635
- foreach ( $ productMediaData [ ' images ' ] as $ image ) {
2634
+ foreach ( $ allProductImages as $ image ) {
2636
2635
$ actualAllProductImages [] = [
2637
2636
'file ' => $ image ['file ' ],
2638
2637
'label ' => $ image ['label ' ],
You can’t perform that action at this time.
0 commit comments