File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
ConfigurableProduct/Test/Mftf/Test
LayeredNavigation/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 200
200
<click selector =" {{AdminGridMainControls.save}}" stepKey =" clickToSaveProduct" />
201
201
<waitForPageLoad stepKey =" waitForNewSimpleProductPage" />
202
202
<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" />
206
204
</test >
207
205
</tests >
Original file line number Diff line number Diff line change 7
7
-->
8
8
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
10
- <test name =" AdminCheckResultsOfColorAndOtherFiltersTest" >
10
+ <test name =" AdminCheckResultsOfColorAndOtherFiltersTest" insertAfter = " runCronIndex " > >
11
11
<!-- Open a category on storefront -->
12
- <actionGroup ref =" StorefrontGoToCategoryPageActionGroup" after = " flushCache " stepKey =" goToCategoryPage" >
12
+ <actionGroup ref =" StorefrontGoToCategoryPageActionGroup" stepKey =" goToCategoryPage" >
13
13
<argument name =" categoryName" value =" $$createCategory.name$$" />
14
14
</actionGroup >
15
15
<!-- Choose First attribute filter -->
You can’t perform that action at this time.
0 commit comments