Skip to content

Commit 05345e7

Browse files
ACQE-6633: Terms and Conditions is presented on Storefront with Applied = Automatically
payment method name edited
1 parent f17cb5f commit 05345e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
<actionGroup ref="StorefrontCheckoutClickNextButtonActionGroup" stepKey="clickNext"/>
7070
<!-- Checkout select Check/Money Order payment -->
7171
<actionGroup ref="CheckoutSelectCheckMoneyOrderPaymentActionGroup" stepKey="selectCheckMoneyPayment"/>
72-
<waitForElementClickable selector="{{StorefrontCheckoutAgreementsSection.checkoutAgreementLink('Check / Money order')}}" stepKey="waitForClickableForCheckAgreement"/>
73-
<click selector="{{StorefrontCheckoutAgreementsSection.checkoutAgreementLink('Check / Money order')}}" stepKey="clickOnMoneyAgreement"/>
72+
<waitForElementClickable selector="{{StorefrontCheckoutAgreementsSection.checkoutAgreementLink('Check / Money Order')}}" stepKey="waitForClickableForCheckAgreement"/>
73+
<click selector="{{StorefrontCheckoutAgreementsSection.checkoutAgreementLink('Check / Money Order')}}" stepKey="clickOnMoneyAgreement"/>
7474
<waitForElementClickable selector="{{StorefrontCheckoutAgreementsSection.agreementClose}}" stepKey="waitForElementToCloseMoneyAgreement"/>
7575
<click selector="{{StorefrontCheckoutAgreementsSection.agreementClose}}" stepKey="closeMoneyAgreement"/>
7676
<!-- Select Cash On Delivery payment method Again-->

0 commit comments

Comments
 (0)