Skip to content

Commit 617c3ac

Browse files
authored
Update StorefrontApplyCatalogRuleForSimpleProductsWithCustomOptionsTest.xml
1 parent 9002f59 commit 617c3ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/CatalogRule/Test/Mftf/Test/StorefrontApplyCatalogRuleForSimpleProductsWithCustomOptionsTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<group value="catalog"/>
2121
</annotations>
2222
<before>
23+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
24+
2325
<createData entity="_defaultCategory" stepKey="createCategory"/>
2426
<createData entity="_defaultProduct" stepKey="createProduct1">
2527
<requiredEntity createDataKey="createCategory"/>
@@ -47,6 +49,8 @@
4749
<magentoCron groups="index" stepKey="fixInvalidatedIndicesBeforeTest"/>
4850
</before>
4951
<after>
52+
<magentoCLI command="config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey="disableFlatRate"/>
53+
5054
<!-- Delete products and category -->
5155
<deleteData createDataKey="createProduct1" stepKey="deleteProduct1"/>
5256
<deleteData createDataKey="createProduct2" stepKey="deleteProduct2"/>

0 commit comments

Comments
 (0)