File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
app/code/Magento/SalesRule/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 77-->
88<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
99 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10- <actionGroup name =" StorefrontAssertDiscountAmountOnPaymentPageActionGroup" >
11- <arguments >
12- <argument name =" discountPrice" type =" string" />
13- </arguments >s
14- <waitForElement selector =" {{CheckoutPaymentSection.placeOrder}}" stepKey =" waitForPlaceOrderButton" />
15- <grabTextFrom selector =" {{CheckoutPaymentSection.discountPrice}}" stepKey =" grabDiscountPrice" />
16- <assertEquals stepKey =" checkRewardPoints" >
17- <expectedResult type =" string" >{{discountPrice}}</expectedResult >
18- <actualResult type =" string" >{$grabDiscountPrice}</actualResult >
19- </assertEquals >
20- </actionGroup >
10+ <actionGroup name =" StorefrontAssertDiscountAmountOnPaymentPageActionGroup" >
11+ <arguments >
12+ <argument name =" discountPrice" type =" string" />
13+ </arguments >
14+
15+ <waitForElement selector =" {{CheckoutPaymentSection.placeOrder}}" stepKey =" waitForPlaceOrderButton" />
16+ <grabTextFrom selector =" {{CheckoutPaymentSection.discountPrice}}" stepKey =" grabDiscountPrice" />
17+ <assertEquals stepKey =" checkRewardPoints" >
18+ <expectedResult type =" string" >{{discountPrice}}</expectedResult >
19+ <actualResult type =" string" >{$grabDiscountPrice}</actualResult >
20+ </assertEquals >
21+
22+ </actionGroup >
2123</actionGroups >
You can’t perform that action at this time.
0 commit comments