File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/SalesRule/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 21
21
</annotations >
22
22
23
23
<before >
24
- <!-- Create Simple Product and Category -->
24
+ <!-- Create Simple Product and Category -->
25
25
<createData entity =" _defaultCategory" stepKey =" createPreReqCategory" />
26
26
<createData entity =" SimpleProduct_zero" stepKey =" createSimpleProduct" >
27
27
<requiredEntity createDataKey =" createPreReqCategory" />
53
53
<actionGroup ref =" StorefrontCartPageOpenActionGroup" stepKey =" gotoCart" />
54
54
<actionGroup ref =" AssertStorefrontCheckoutCartItemsActionGroup" stepKey =" assertProductItemInCheckOutCart" >
55
55
<argument name =" productName" value =" $$createSimpleProduct.name$$" />
56
- <argument name =" productSku" value =" $$createSimpleProduct.sku$$" />
57
56
<argument name =" productPrice" value =" $$createSimpleProduct.price$$" />
58
57
<argument name =" subtotal" value =" $$createSimpleProduct.price$$" />
59
58
<argument name =" qty" value =" 1" />
You can’t perform that action at this time.
0 commit comments