Skip to content

Commit 4d5447b

Browse files
committed
ACQE-5377: [Stabilithon] Review and deliver submitted Pull Requests
- create Suite for Staging tests
1 parent b69941b commit 4d5447b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@
8989
</createData>
9090

9191
<!-- Assert first product in category -->
92-
<magentoCron groups="default" stepKey="runCron"/>
93-
<magentoCron groups="default" stepKey="runCron2"/>
92+
<magentoCron stepKey="runCron"/>
93+
<magentoCron stepKey="runCron1"/>
94+
9495
<amOnPage url="{{StorefrontCategoryPage.url($$firstSimpleCategory.custom_attributes[url_key]$$)}}" stepKey="goToFirstCategoryPageStorefront"/>
9596
<waitForPageLoad stepKey="waitForFirstCategoryPageLoad"/>
9697

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

117118
<!-- Assert first product in category -->
118-
<magentoCron stepKey="runCron1"/>
119+
<magentoCron stepKey="runCron2"/>
119120
<wait time="60" stepKey="waitForUpdateStarts"/>
120121

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

0 commit comments

Comments
 (0)