Skip to content

Commit a8e07e9

Browse files
committed
MC-35065: Catalog pricerules are not working with custom options as expected in Magento 2.3.0 product details page
1 parent 2cc1dab commit a8e07e9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/code/Magento/CatalogRule/Test/Mftf/Test/ApplyCatalogRuleForSimpleProductsWithCustomOptionsTest.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@
7070
<conditionalClick selector="{{AdminNewCatalogPriceRule.active}}" dependentSelector="{{AdminNewCatalogPriceRule.activeIsEnabled}}" visible="false" stepKey="enableActiveBtn"/>
7171
<click selector="{{AdminNewCatalogPriceRule.save}}" stepKey="clickSave"/>
7272
<waitForPageLoad stepKey="waitForSave"/>
73-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
74-
<argument name="indices" value=""/>
75-
</actionGroup>
76-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
77-
<argument name="tags" value=""/>
78-
</actionGroup>
7973

8074
<!-- Navigate to category on store front -->
8175
<amOnPage url="{{StorefrontProductPage.url($createCategory.name$)}}" stepKey="goToCategoryPage"/>

0 commit comments

Comments
 (0)