Skip to content

Commit 56ce2ba

Browse files
committed
Merge remote-tracking branch 'origin/MC-22909' into 2.3-develop-pr86
2 parents 00b9595 + ebd3645 commit 56ce2ba

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
<requiredEntity createDataKey="initialCategoryEntity"/>
2626
</createData>
2727
<createData entity="SimpleSubCategory" stepKey="categoryEntity"/>
28+
29+
<!--TODO: REMOVE AFTER FIX MC-21717 -->
30+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
31+
<magentoCLI command="cache:flush full_page" stepKey="flushCache"/>
2832
</before>
2933
<after>
3034
<deleteData stepKey="deleteSimpleSubCategory" createDataKey="initialCategoryEntity"/>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCustomerCheckoutTest.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@
125125
</actionGroup>
126126

127127
<click stepKey="clickSave" selector="{{AdminStoresMainActionsSection.saveButton}}"/>
128+
129+
<!--TODO: REMOVE AFTER FIX MC-21717 -->
130+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
131+
<magentoCLI command="cache:flush full_page" stepKey="flushCache"/>
128132
</before>
129133
<after>
130134
<!-- Go to the tax rule page and delete the row we created-->
@@ -274,4 +278,4 @@
274278
<argument name="emailYouMessage" value="CONST.successCheckoutEmailYouMessage" />
275279
</actionGroup>
276280
</test>
277-
</tests>
281+
</tests>

0 commit comments

Comments
 (0)