Skip to content

Commit 6c325b8

Browse files
committed
Run correct cron group for test
1 parent a0e419d commit 6c325b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</createData>
8181

8282
<!-- Assert first product in category -->
83-
<magentoCron groups="default" stepKey="runCron"/>
83+
<magentoCron groups="indexer" stepKey="runCron"/>
8484
<amOnPage url="{{StorefrontCategoryPage.url($$firstSimpleCategory.custom_attributes[url_key]$$)}}" stepKey="goToFirstCategoryPageStorefront"/>
8585
<waitForPageLoad stepKey="waitForFirstCategoryPageLoad"/>
8686

@@ -105,7 +105,7 @@
105105
<see selector="{{AdminProductFormSection.successMessage}}" userInput="You saved the product." stepKey="seeAssertSimpleProductSaveSuccessMessage"/>
106106

107107
<!-- Assert first product in category -->
108-
<magentoCron groups="default" stepKey="runCron1"/>
108+
<magentoCron groups="indexer" stepKey="runCron1"/>
109109
<wait time="60" stepKey="waitForUpdateStarts"/>
110110

111111
<amOnPage url="{{StorefrontCategoryPage.url($$firstSimpleCategory.custom_attributes[url_key]$$)}}" stepKey="goToFirstCategoryPageStorefront1"/>

0 commit comments

Comments
 (0)