Skip to content

Commit 59aa2cc

Browse files
committed
MC-79: Customer should not see the catalog price rule promotion if status is inactive
- Addressed code review feedback
1 parent 8c3d834 commit 59aa2cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogRule/Test/StorefrontInactiveCatalogRuleTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<actionGroup ref="newCatalogPriceRuleByUI" stepKey="createNewPriceRule"/>
2828
<selectOption selector="{{AdminNewCatalogPriceRule.status}}" userInput="Inactive" stepKey="setInactive"/>
2929
<click selector="{{AdminNewCatalogPriceRule.saveAndApply}}" stepKey="saveAndApply"/>
30+
<see selector="{{AdminCategoryMessagesSection.SuccessMessage}}" userInput="You saved the rule." stepKey="seeSuccess"/>
3031
</before>
3132
<after>
3233
<deleteData createDataKey="createProduct" stepKey="deleteSimpleProduct"/>

0 commit comments

Comments
 (0)