Skip to content

Commit d47dab2

Browse files
JhalakMathurshashikant.kumar
authored andcommitted
Fixing Code
1 parent a4a70ab commit d47dab2

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
@@ -53,7 +53,7 @@
5353
<magentoCLI command="config:set checkout/options/enable_agreements 0" stepKey="setDisableTermsOnCheckout"/>
5454
<actionGroup ref="AdminTermsConditionsOpenGridActionGroup" stepKey="openTermsGridToDelete"/>
5555
<actionGroup ref="AdminTermsConditionsEditTermByNameActionGroup" stepKey="openTermToDelete">
56-
<argument name="termName" value="{{newHtmlTerm.name}}"/>
56+
<argument name="termName" value="{{newHtmlTerm.checkboxText}}"/>
5757
</actionGroup>
5858
<actionGroup ref="AdminTermsConditionsDeleteTermByNameActionGroup" stepKey="deleteOpenedTerm"/>
5959
<actionGroup ref="AdminLogoutActionGroup" stepKey="adminLogout"/>

0 commit comments

Comments
 (0)