Skip to content

Commit 5e284e0

Browse files
Fix action group according to changes in mainline
1 parent 715af4f commit 5e284e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontFotoramaArrowsTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
</actionGroup>
3939

4040
<!-- Add images to product -->
41-
<actionGroup ref="addProductImage" stepKey="addFirstImageToProduct">
41+
<actionGroup ref="AddProductImageActionGroup" stepKey="addFirstImageToProduct">
4242
<argument name="image" value="MagentoLogo"/>
4343
</actionGroup>
44-
<actionGroup ref="addProductImage" stepKey="addSecondImageToProduct">
44+
<actionGroup ref="AddProductImageActionGroup" stepKey="addSecondImageToProduct">
4545
<argument name="image" value="ProductImage"/>
4646
</actionGroup>
47-
<actionGroup ref="addProductImage" stepKey="addThirdImageToProduct">
47+
<actionGroup ref="AddProductImageActionGroup" stepKey="addThirdImageToProduct">
4848
<argument name="image" value="TestImageNew"/>
4949
</actionGroup>
5050
<actionGroup ref="SaveProductFormActionGroup" stepKey="saveSimpleProduct"/>

0 commit comments

Comments
 (0)