Skip to content

Commit 3e32633

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/code/Magento/Bundle/Test/Mftf/Test/AdminBundleProductPriceValidationErrorDisappearedAfterSwitchToDynamicPriceTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<argument name="price" value="test"/>
3535
</actionGroup>
3636
<actionGroup ref="AssertAdminValidationErrorAppearedForPriceFieldOnProductEditPageActionGroup" stepKey="assertVisibleError">
37-
<argument name="errorMessage" value="Please enter a number 0 or greater in this field."/>
37+
<argument name="errorMessage" value="Please enter a number 0 or greater, without comma in this field."/>
3838
</actionGroup>
3939
<actionGroup ref="AdminToggleSwitchDynamicPriceOnProductEditPageActionGroup" stepKey="enableDynamicPrice"/>
4040
<actionGroup ref="AssertAdminNoValidationErrorForPriceFieldOnProductEditPageActionGroup" stepKey="assertNotVisibleError"/>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
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 in this field."/>
41+
<argument name="errorMessage" value="Please enter a number greater than 0, without comma in this field."/>
4242
</actionGroup>
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 in this field."/>
46+
<argument name="errorMessage" value="Please enter a number greater than 0, without comma in this field."/>
4747
</actionGroup>
4848
<!-- Validate alphabetical value -->
4949
<actionGroup ref="AdminCatalogInventoryConfigurationMaxQtyAllowedInShoppingCartValidationActionGroup" stepKey="validateAlphabeticalValue">
@@ -61,12 +61,12 @@
6161
<!-- Validate zero value -->
6262
<actionGroup ref="AdminProductMaxQtyAllowedInShoppingCartValidationActionGroup" stepKey="productValidateZeroValue">
6363
<argument name="qty" value="0"/>
64-
<argument name="errorMessage" value="Please enter a number greater than 0 in this field."/>
64+
<argument name="errorMessage" value="Please enter a number greater than 0, without comma in this field."/>
6565
</actionGroup>
6666
<!-- Validate negative value -->
6767
<actionGroup ref="AdminProductMaxQtyAllowedInShoppingCartValidationActionGroup" stepKey="productValidateNegativeValue">
6868
<argument name="qty" value="-1"/>
69-
<argument name="errorMessage" value="Please enter a number greater than 0 in this field."/>
69+
<argument name="errorMessage" value="Please enter a number greater than 0, without comma in this field."/>
7070
</actionGroup>
7171
<!-- Validate alphabetical value -->
7272
<actionGroup ref="AdminProductMaxQtyAllowedInShoppingCartValidationActionGroup" stepKey="productValidateAlphabeticalValue">

0 commit comments

Comments
 (0)