Skip to content

Commit 91339ee

Browse files
authored
Merge pull request #613 from magento-gl/ACQE-4283_testfix
ACQE-4283 | Fix Flaky test
2 parents e467b89 + bd80159 commit 91339ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<group value="mtf_migrated"/>
2020
</annotations>
2121
<before>
22+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2223
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="LoginAsAdmin"/>
2324

2425
<createData entity="_defaultCategory" stepKey="createCategory"/>
@@ -117,6 +118,7 @@
117118
<deleteData createDataKey="createProduct21" stepKey="deleteProduct21"/>
118119

119120
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
121+
<magentoCLI command="config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey="disableFlatRate"/>
120122
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="logout"/>
121123
</after>
122124

0 commit comments

Comments
 (0)