Skip to content

Commit 2df5f0c

Browse files
authored
ACQE-6733 | [AC-4595] Verify that Terms and Conditions is presented on Storefront for non Main Website
revert code
1 parent c3c8556 commit 2df5f0c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/code/Magento/CheckoutAgreements/Test/Mftf/ActionGroup/AssertStorefrontTermInCheckoutActionGroup.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
<argument name="termCheckboxText" type="string"/>
1414
</arguments>
1515
<!--Check if agreement is present on checkout and select it-->
16-
<scrollTo selector=".checkout-agreements-block" stepKey="scrollToCheckoutAgreementBlock"/>
17-
<click selector=".checkout-agreements-block" stepKey="waitForCheckoutAgreementBlockToBeClickable"/>
18-
<waitForText selector="{{StorefrontCheckoutAgreementsSection.checkoutAgreementButton}}" userInput="{{termCheckboxText}}" stepKey="seeTermInCheckout"/>
19-
<waitForElementClickable selector="{{StorefrontCheckoutAgreementsSection.checkoutAgreementCheckbox}}" stepKey="waitForCheckAgreementToBeClickable"/>
16+
<see selector="{{StorefrontCheckoutAgreementsSection.checkoutAgreementButton}}" userInput="{{termCheckboxText}}" stepKey="seeTermInCheckout"/>
2017
<selectOption selector="{{StorefrontCheckoutAgreementsSection.checkoutAgreementCheckbox}}" userInput="{{termCheckboxText}}" stepKey="checkAgreement"/>
2118

2219
<!--Checkout select Check/Money Order payment-->

0 commit comments

Comments
 (0)