Skip to content

Commit c3c8556

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<waitForElement selector="{{StorefrontCheckoutAgreementsSection.contentArea(enableTextTerm.content)}}" stepKey="verifyTextMessage"/>
106106
<waitForElementClickable selector="{{StorefrontCheckoutAgreementsSection.close}}" stepKey="waitForCloseToBeClickable"/>
107107
<click selector="{{StorefrontCheckoutAgreementsSection.close}}" stepKey="ClickOnClose"/>
108-
<actionGroup ref="AssertStorefrontTermInCheckoutActionGroup" stepKey="assertTermInCheckoutAndPlaceOrder">
108+
<actionGroup ref="StorefrontTermInCheckoutAndPlaceOrderActionGroup" stepKey="assertTermInCheckoutAndPlaceOrder">
109109
<argument name="termCheckboxText" value="{{enableTextTerm.checkboxText}}"/>
110110
</actionGroup>
111111
<!--See success messages-->

0 commit comments

Comments
 (0)