Skip to content

Commit 7840f63

Browse files
Manoranjan.PrakashManjusha.S
authored andcommitted
Fixes for flat rate and fixed rate test failures
1 parent f395dff commit 7840f63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Shipping/Test/Mftf/Test/AdminCheckTheConfirmationPopupTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@
1717
<group value="shipping"/>
1818
</annotations>
1919
<before>
20+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2021
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
2122
<createData entity="SimpleProduct2" stepKey="createSimpleProduct"/>
2223
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
24+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanInvalidatedCaches">
25+
<argument name="tags" value="config full_page"/>
26+
</actionGroup>
2327
</before>
2428
<after>
2529
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>

0 commit comments

Comments
 (0)