Skip to content

Commit df8fe47

Browse files
[bengals-integration-tests-mainline] Reverting unwanted changes
1 parent 821a3d3 commit df8fe47

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<argument name="indices" value=""/>
4242
</actionGroup>
4343
<actionGroup ref="CliCacheFlushActionGroup" stepKey="cleanCache">
44-
<argument name="tags" value=""/>
44+
<argument name="tags" value=""/>
4545
</actionGroup>
4646
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutOfAdmin"/>
4747
</after>
@@ -89,7 +89,9 @@
8989
</createData>
9090

9191
<!-- Assert first product in category -->
92-
<magentoCLI command="cron:run" stepKey="runCron"/>
92+
<magentoCron stepKey="runCron"/>
93+
<magentoCron stepKey="runCron1"/>
94+
9395
<amOnPage url="{{StorefrontCategoryPage.url($$firstSimpleCategory.custom_attributes[url_key]$$)}}" stepKey="goToFirstCategoryPageStorefront"/>
9496
<waitForPageLoad stepKey="waitForFirstCategoryPageLoad"/>
9597

@@ -114,7 +116,7 @@
114116
<see selector="{{AdminProductFormSection.successMessage}}" userInput="You saved the product." stepKey="seeAssertSimpleProductSaveSuccessMessage"/>
115117

116118
<!-- Assert first product in category -->
117-
<magentoCLI command="cron:run" stepKey="runCron1"/>
119+
<magentoCron stepKey="runCron2"/>
118120
<wait time="60" stepKey="waitForUpdateStarts"/>
119121

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

0 commit comments

Comments
 (0)