Skip to content

Commit a3ece5b

Browse files
shashikant.kumarshashikant.kumar
authored andcommitted
corrected code in test file
1 parent 1322ea9 commit a3ece5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CheckoutAgreements/Test/Mftf/Test/StoreFrontManualTermsAndConditionsTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<!-- Select Check Money Order-->
9393
<actionGroup ref="CheckoutSelectCheckMoneyOrderPaymentActionGroup" stepKey="selectPaymentMethod"/>
9494
<!--Section for *CheckMoneyOrder* is opened-->
95-
<seeElement selector ="{{StorefrontCheckoutAgreementsSection.checkoutPaymentMethod('checkmo')}}" stepKey="checkMoneyOrderPageIsOpened"/>
95+
<seeElement selector ="{{AdminOrderFormPaymentSection.checkoutPaymentMethod('checkmo')}}" stepKey="checkMoneyOrderPageIsOpened"/>
9696
<!--Check Section for *Cash On Delivery* is closed -->
9797
<dontSeeElement selector ="{{AdminOrderFormPaymentSection.checkoutPaymentMethod('cashondelivery')}}" stepKey="cashOnDelivery"/>
9898
<!--Check-box with text for Terms and Condition is presented-->

0 commit comments

Comments
 (0)