Skip to content

Commit ae1ffd1

Browse files
committed
MC-4459: Convert OnePageCheckoutOfflinePaymentMethodsTest to MFTF
- Rename data entity that collided with an already existing entity
1 parent 1b5eb54 commit ae1ffd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Store/Test/Mftf/Data/StoreShippingMethodsData.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
</entity>
3737

3838
<entity name="MinimumOrderAmount100" type="minimum_order_amount">
39-
<requiredEntity type="free_shipping_subtotal">Price</requiredEntity>
39+
<requiredEntity type="free_shipping_subtotal">FreeShippingSubtotal100</requiredEntity>
4040
</entity>
41-
<entity name="Price" type="free_shipping_subtotal">
41+
<entity name="FreeShippingSubtotal100" type="free_shipping_subtotal">
4242
<data key="value">100</data>
4343
</entity>
4444

0 commit comments

Comments
 (0)