File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2628,12 +2628,12 @@ public function testImagesAreHiddenAfterImport(): void
2628
2628
$ actualAllProductImages = [];
2629
2629
$ product = $ this ->getProductBySku ('simple ' );
2630
2630
2631
- // Check that new images are imported and existing image is disabled after import
2631
+ // Check that new images were imported and existing image is disabled after import
2632
2632
$ productMediaData = $ product ->getData ('media_gallery ' );
2633
2633
2634
2634
$ this ->assertNotEmpty ($ productMediaData ['images ' ]);
2635
2635
$ allProductImages = $ productMediaData ['images ' ];
2636
- $ this ->assertCount (3 , $ allProductImages , 'Images are imported incorrect ' );
2636
+ $ this ->assertCount (3 , $ allProductImages , 'Images were imported incorrectly ' );
2637
2637
2638
2638
foreach ($ allProductImages as $ image ) {
2639
2639
$ actualAllProductImages [] = [
You can’t perform that action at this time.
0 commit comments