Skip to content

Commit 6778d88

Browse files
committed
ACP2E-420: Price in a Scheduled Update divided by 1000 depending on the Locale
1 parent 3e32633 commit 6778d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogInventory/Test/Mftf/Test/AdminCreateProductWithZeroMaximumQtyAllowedInShoppingCartTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<!-- Validate zero value -->
3939
<actionGroup ref="AdminCatalogInventoryConfigurationMaxQtyAllowedInShoppingCartValidationActionGroup" stepKey="validateZeroValue">
4040
<argument name="qty" value="0"/>
41-
<argument name="errorMessage" value="Please enter a number greater than 0, without comma in this field."/>
41+
<argument name="errorMessage" value="Please enter a number greater than 0 in this field."/>
4242
</actionGroup>
4343
<!-- Validate negative value -->
4444
<actionGroup ref="AdminCatalogInventoryConfigurationMaxQtyAllowedInShoppingCartValidationActionGroup" stepKey="validateNegativeValue">

0 commit comments

Comments
 (0)