Skip to content

Commit 54ddda1

Browse files
Implemented reindexing using CliIndexerReindexActionGroup and removed reloading the page
1 parent f5c21d0 commit 54ddda1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<requiredEntity createDataKey="createFirstConfigProduct"/>
7979
<requiredEntity createDataKey="createFirstConfigFirstChildProduct"/>
8080
</createData>
81+
8182
<!-- Perform CLI reindex -->
8283
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
8384
<argument name="indices" value=""/>
@@ -86,9 +87,6 @@
8687
<amOnPage url="{{StorefrontCategoryPage.url($$firstSimpleCategory.custom_attributes[url_key]$$)}}" stepKey="goToFirstCategoryPageStorefront"/>
8788
<waitForPageLoad stepKey="waitForFirstCategoryPageLoad"/>
8889

89-
<reloadPage stepKey="reloadPage"/>
90-
<waitForPageLoad stepKey="waitForPageLoad"/>
91-
9290
<actionGroup ref="StorefrontCheckCategoryConfigurableProductWithUpdatedPriceActionGroup" stepKey="checkFirstProductPriceInCategory">
9391
<argument name="productName" value="$$createFirstConfigProduct.name$$"/>
9492
<argument name="expectedPrice" value="$$createFirstConfigFirstChildProduct.price$$"/>

0 commit comments

Comments
 (0)