Skip to content

Commit d79cafe

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

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
@@ -43,7 +43,7 @@
4343
<!-- Validate negative value -->
4444
<actionGroup ref="AdminCatalogInventoryConfigurationMaxQtyAllowedInShoppingCartValidationActionGroup" stepKey="validateNegativeValue">
4545
<argument name="qty" value="-1"/>
46-
<argument name="errorMessage" value="Please enter a number greater than 0, without comma in this field."/>
46+
<argument name="errorMessage" value="Please enter a number greater than 0 in this field."/>
4747
</actionGroup>
4848
<!-- Validate alphabetical value -->
4949
<actionGroup ref="AdminCatalogInventoryConfigurationMaxQtyAllowedInShoppingCartValidationActionGroup" stepKey="validateAlphabeticalValue">

0 commit comments

Comments
 (0)