Skip to content

Commit a1673bb

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 0aa181c commit a1673bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@
6767
<actionGroup ref="SelectNotLoggedInCustomerGroupActionGroup" stepKey="selectNotLoggedInCustomerGroup"/>
6868

6969
<!-- Save and apply the new catalog price rule -->
70-
<actionGroup ref="SaveAndApplyCatalogPriceRuleActionGroup" stepKey="saveAndApplyCatalogPriceRule"/>
70+
<conditionalClick selector="{{AdminNewCatalogPriceRule.active}}" dependentSelector="{{AdminNewCatalogPriceRule.activeIsEnabled}}" visible="false" stepKey="enableActiveBtn"/>
71+
<click selector="{{AdminNewCatalogPriceRule.save}}" stepKey="clickSave"/>
72+
<waitForPageLoad stepKey="waitForSave"/>
7173
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
7274
<argument name="indices" value=""/>
7375
</actionGroup>

0 commit comments

Comments
 (0)