Skip to content

Commit bcd6828

Browse files
committed
MC-91: Admin should be able to create a cart price rule of type Fixed amount discount for whole cart
- Fix incorrect comment
1 parent 22298af commit bcd6828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesRule/Test/AdminCreateFixedAmountWholeCartDiscountTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<amOnPage url="admin/admin/auth/logout/" stepKey="amOnLogoutPage"/>
3434
</after>
3535

36-
<!-- Create a cart price rule for $10 Fixed amount discount for whole cart -->
36+
<!-- Create a cart price rule for Fixed amount discount for whole cart -->
3737
<amOnPage url="{{AdminCartPriceRulesPage.url}}" stepKey="amOnCartPriceList"/>
3838
<waitForPageLoad stepKey="waitForRulesPage"/>
3939
<click selector="{{AdminCartPriceRulesSection.addNewRuleButton}}" stepKey="clickAddNewRule"/>

0 commit comments

Comments
 (0)