Skip to content

Commit a1613d5

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,8 @@
108108
<actionGroup ref="AssertStorefrontTermInCheckoutActionGroup" stepKey="assertTermInCheckoutAndPlaceOrder">
109109
<argument name="termCheckboxText" value="{{enableTextTerm.checkboxText}}"/>
110110
</actionGroup>
111+
<!--See success messages-->
112+
<waitForText selector="{{CheckoutSuccessMainSection.successTitle}}" userInput="Thank you for your purchase!" stepKey="seeSuccessTitle"/>
113+
<waitForText selector="{{CheckoutSuccessMainSection.orderNumberText}}" userInput="Your order # is: " stepKey="seeOrderNumber"/>
111114
</test>
112115
</tests>

0 commit comments

Comments
 (0)