Skip to content

Commit c1d5d24

Browse files
Manjusha.SManjusha.S
authored andcommitted
Merge branch 'FixedRateFixes' into functional--test--automation
2 parents d45820f + 93320cb commit c1d5d24

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontGuestCheckoutTest/StorefrontGuestCheckoutWithSidebarDisabledTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<group value="checkout"/>
1919
</annotations>
2020
<before>
21+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2122
<magentoCLI stepKey="disableSidebar" command="config:set checkout/sidebar/display 0"/>
2223
</before>
2324
<after>

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)