Skip to content

Commit f6d720e

Browse files
committed
ACPT-1572: Slow saving of stores/websites
1 parent 975c30b commit f6d720e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/TierPricingWhenPriceScopeIsWebsiteWorkingProperlyWithMultipleCurrenciesConfiguredTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@
127127
<click selector="{{AdminNewWebsiteActionsSection.setAsDefault}}" stepKey="setNewWebsiteAsDefault"/>
128128
<click selector="{{AdminNewWebsiteActionsSection.saveWebsite}}" stepKey="clickSaveNewWebsite"/>
129129
<waitForPageLoad stepKey="waitForSuccess"/>
130+
<!-- Clean config and full page cache after making website a default one-->
131+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache">
132+
<argument name="tags" value="config full_page"/>
133+
</actionGroup>
130134
</before>
131135
<after>
132136
<magentoCLI command="config:set {{GlobalCatalogPriceScopeConfigData.path}} {{GlobalCatalogPriceScopeConfigData.value}}" stepKey="setPriceScopeGlobal"/>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@
131131
<actionGroup ref="AdminSetDefaultWebsiteActionGroup" stepKey="setSecondWebsiteAsDefault">
132132
<argument name="websiteName" value="{{secondCustomWebsite.name}}"/>
133133
</actionGroup>
134+
<!-- Clean config and full page cache-->
135+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache">
136+
<argument name="tags" value="config full_page"/>
137+
</actionGroup>
134138
<!-- create second Customer-->
135139
<createData entity="Simple_US_Customer_CA" stepKey="createSecondCustomer"/>
136140
<!--Go to Storefront as Customer-->

0 commit comments

Comments
 (0)