Skip to content

Commit 7891195

Browse files
committed
B2B-1654: Add MFTF test for MC-38432
- Addressing CR feedback
1 parent 9d36c53 commit 7891195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/BundleImportExport/Test/Mftf/Test/AdminImportBundleProductTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,15 +329,15 @@
329329
<argument name="optionTitle" value="{{ImportProduct_Bundle.bundleOption1Title}}"/>
330330
<argument name="optionProductName" value="{{ImportProductSimple1_Bundle.bundleDefaultQuantity}} x {{ImportProductSimple1_Bundle.name}} ${{ImportProductSimple1_Bundle.price}}"/>
331331
<argument name="optionProductSku" value="{{ImportProductSimple1_Bundle.sku}}"/>
332-
<argument name="optionProductQuantity" value="Ordered {{ImportProductSimple1_Bundle.bundleDefaultQuantity}}"/>
332+
<argument name="optionProductQuantityDescription" value="Ordered {{ImportProductSimple1_Bundle.bundleDefaultQuantity}}"/>
333333
<argument name="productIndex" value="1"/>
334334
<argument name="optionIndex" value="1"/>
335335
</actionGroup>
336336
<actionGroup ref="StorefrontVerifyBundleProductOptionOnOrderActionGroup" stepKey="verifyOrderedOption2">
337337
<argument name="optionTitle" value="{{ImportProduct_Bundle.bundleOption2Title}}"/>
338338
<argument name="optionProductName" value="{{ImportProductSimple3_Bundle.bundleDefaultQuantity}} x {{ImportProductSimple3_Bundle.name}} ${{ImportProductSimple3_Bundle.price}}"/>
339339
<argument name="optionProductSku" value="{{ImportProductSimple3_Bundle.sku}}"/>
340-
<argument name="optionProductQuantity" value="Ordered {{ImportProductSimple3_Bundle.bundleDefaultQuantity}}"/>
340+
<argument name="optionProductQuantityDescription" value="Ordered {{ImportProductSimple3_Bundle.bundleDefaultQuantity}}"/>
341341
<argument name="productIndex" value="1"/>
342342
<argument name="optionIndex" value="2"/>
343343
</actionGroup>

0 commit comments

Comments
 (0)