Skip to content

Commit caff039

Browse files
negativeDiscountAmountError element xath change
1 parent c1b21cb commit caff039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/Test/Mftf/Section/AdminCartPriceRulesFormSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<element name="applyDiscountToShipping" type="checkbox" selector="input[name='apply_to_shipping']"/>
8585
<element name="applyDiscountToShippingLabel" type="checkbox" selector="input[name='apply_to_shipping']+label"/>
8686
<element name="discountAmount" type="input" selector="input[name='discount_amount']"/>
87-
<element name="negativeDiscountAmountError" type="text" selector="//label[@class='admin__field-error' and text()='Please enter a number 0 or greater,without comma in this field.']"/>
87+
<element name="negativeDiscountAmountError" type="text" selector="//label[@class='admin__field-error' and text()='Please enter a number 0 or greater, without comma in this field.']"/>
8888
<element name="maximumQtyDiscount" type="input" selector="input[name='discount_qty']"/>
8989
<element name="discountStep" type="input" selector="input[name='discount_step']"/>
9090
<element name="applyToShippingAmount" type="checkbox" selector="//div[@class='admin__actions-switch']/input[@name='apply_to_shipping']/../label"/>

0 commit comments

Comments
 (0)