File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Theme/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 19
19
<group value =" Theme" />
20
20
</annotations >
21
21
<before >
22
+ <magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey =" enableFlatRate" />
22
23
<createData entity =" SimpleProduct2" stepKey =" simpleProduct" />
23
24
<createData entity =" SalesRuleSpecificCouponAndByPercent" stepKey =" createSalesRule" />
24
25
<createData entity =" SimpleSalesRuleCoupon" stepKey =" createCouponForCartPriceRule" >
28
29
<after >
29
30
<deleteData createDataKey =" simpleProduct" stepKey =" deleteProduct" />
30
31
<deleteData createDataKey =" createSalesRule" stepKey =" deleteSalesRule" />
32
+ <magentoCLI command =" config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey =" disableFlatRate" />
31
33
</after >
32
34
33
35
<actionGroup ref =" AssertProductNameAndSkuInStorefrontProductPageByCustomAttributeUrlKeyActionGroup" stepKey =" openProductPageAndVerifyProduct" >
You can’t perform that action at this time.
0 commit comments