File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
app/code/Magento/CheckoutAgreements/Test/Mftf Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 44
44
<data key =" checkboxText" unique =" suffix" >test_checkbox</data >
45
45
<data key =" content" >< html> </data >
46
46
</entity >
47
- <entity name =" newHtmlTerm" type =" term" >
48
- <data key =" name" unique =" suffix" >Test name</data >
49
- <data key =" isActive" >Enabled</data >
50
- <data key =" isHtml" >Text</data >
51
- <data key =" mode" >Manually</data >
52
- <data key =" storeView" >All Store Views</data >
53
- <data key =" checkboxText" unique =" suffix" >test_checkbox</data >
54
- <data key =" content" unique =" suffix" >TestMessage</data >
55
- </entity >
56
47
</entities >
Original file line number Diff line number Diff line change 37
37
<actionGroup ref =" AdminTermsConditionsOpenNewTermPageActionGroup" stepKey =" openNewTerm" />
38
38
<!-- Fill the Required Details-->
39
39
<actionGroup ref =" AdminTermsConditionsFillTermEditFormActionGroup" stepKey =" fillNewTerm" >
40
- <argument name =" term" value =" newHtmlTerm" />
40
+ <argument name =" term" value =" activeTextTerm" />
41
+ <field key =" storeView" >All Store Views</field >
42
+ <field key =" name" >Test name</field >
41
43
</actionGroup >
42
44
<grabTextFrom selector =" {{AdminNewTermFormSection.conditionName}}" stepKey =" conditionName" />
43
45
<!-- Save Details-->
44
46
<actionGroup ref =" AdminTermsConditionsSaveTermActionGroup" stepKey =" saveFilledTerm" />
45
- <!-- Enable Check Money Order Method-->
46
- <actionGroup ref =" CliEnableCheckMoneyOrderPaymentMethodActionGroup" stepKey =" enableCheckMoneyOrderPaymentMethod" />
47
47
<!-- Enable Cash On Delivery Method -->
48
48
<magentoCLI command =" config:set {{CashOnDeliveryEnableConfigData.path}} {{CashOnDeliveryEnableConfigData.value}}" stepKey =" enableCashOnDelivery" />
49
49
</before >
You can’t perform that action at this time.
0 commit comments