Skip to content

Commit 4038dda

Browse files
committed
MQE-2105: Test steps' merging order is not consistent
fixed issue with merge file to correct merging order
1 parent 187b8c6 commit 4038dda

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminCheckResultsOfColorAndOtherFiltersTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@
200200
<click selector="{{AdminGridMainControls.save}}" stepKey="clickToSaveProduct"/>
201201
<waitForPageLoad stepKey="waitForNewSimpleProductPage"/>
202202
<seeElement selector="{{AdminProductMessagesSection.successMessage}}" stepKey="seeSaveProductMessageThird"/>
203-
<!--TODO: REMOVE AFTER FIX MC-21717 -->
204-
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
205-
<magentoCLI command="cache:flush full_page" stepKey="flushCache"/>
203+
<magentoCron stepKey="runCronIndex" groups="index"/>
206204
</test>
207205
</tests>

app/code/Magento/LayeredNavigation/Test/Mftf/Test/AdminCheckResultsOfColorAndOtherFiltersTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10-
<test name="AdminCheckResultsOfColorAndOtherFiltersTest">
10+
<test name="AdminCheckResultsOfColorAndOtherFiltersTest" insertAfter="runCronIndex">>
1111
<!-- Open a category on storefront -->
12-
<actionGroup ref="StorefrontGoToCategoryPageActionGroup" after="flushCache" stepKey="goToCategoryPage">
12+
<actionGroup ref="StorefrontGoToCategoryPageActionGroup" stepKey="goToCategoryPage">
1313
<argument name="categoryName" value="$$createCategory.name$$"/>
1414
</actionGroup>
1515
<!-- Choose First attribute filter -->

0 commit comments

Comments
 (0)