Skip to content

Commit 9d36c53

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontVerifyBundleProductOptionOnOrderActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
<argument name="optionTitle" defaultValue="{{DropDownBundleOption.title}}" type="string"/>
1717
<argument name="optionProductName" defaultValue="{{_defaultProduct.name}}" type="string"/>
1818
<argument name="optionProductSku" defaultValue="{{_defaultProduct.sku}}" type="string"/>
19-
<argument name="optionProductQuantity" defaultValue="Ordered 1" type="string"/>
19+
<argument name="optionProductQuantityDescription" defaultValue="Ordered 1" type="string"/>
2020
<argument name="productIndex" defaultValue="1" type="string"/>
2121
<argument name="optionIndex" defaultValue="1" type="string"/>
2222
</arguments>
2323
<waitForText userInput="{{optionTitle}}" selector="{{StorefrontCustomerOrderViewSection.productOptionLabel(productIndex, optionIndex)}}" stepKey="seeOptionTitle"/>
2424
<see userInput="{{optionProductName}}" selector="{{StorefrontCustomerOrderViewSection.productOptionProductName(productIndex, optionIndex)}}" stepKey="seeOptionProductName"/>
2525
<see userInput="{{optionProductSku}}" selector="{{StorefrontCustomerOrderViewSection.productOptionProductSku(productIndex, optionIndex)}}" stepKey="seeOptionProductSku"/>
26-
<see userInput="{{optionProductQuantity}}" selector="{{StorefrontCustomerOrderViewSection.productOptionProductQuantity(productIndex, optionIndex)}}" stepKey="seeOptionProductQuantity"/>
26+
<see userInput="{{optionProductQuantityDescription}}" selector="{{StorefrontCustomerOrderViewSection.productOptionProductQuantity(productIndex, optionIndex)}}" stepKey="seeOptionProductQuantity"/>
2727
</actionGroup>
2828
</actionGroups>

0 commit comments

Comments
 (0)