Skip to content

Commit 6e1aa6b

Browse files
committed
Adding Flat rate
1 parent 858a3b0 commit 6e1aa6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Sales/Test/Mftf/Test/StorefrontOrderPagerDisplayedTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
</annotations>
2121
<before>
2222
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="LoginAsAdmin"/>
23-
23+
<!-- Enable Flat rate-->
24+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2425
<createData entity="_defaultCategory" stepKey="createCategory"/>
2526
<createData entity="SimpleProduct" stepKey="createProduct01">
2627
<requiredEntity createDataKey="createCategory"/>
@@ -92,7 +93,7 @@
9293
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
9394
</before>
9495
<after>
95-
96+
<magentoCLI command="config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey="disableFlatRate"/>
9697
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
9798
<deleteData createDataKey="createProduct01" stepKey="deleteProduct1"/>
9899
<deleteData createDataKey="createProduct02" stepKey="deleteProduct2"/>

0 commit comments

Comments
 (0)