Skip to content

Commit 1dd1046

Browse files
committed
fixed a typo
1 parent e4fde6b commit 1dd1046

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssertProductInfoOnEditPageActionGroup.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminAssertProductInfoOnEditPageActionGroup">
1212
<annotations>
13-
<description>Validates next fields on the Product Edit Page: name, sku, price, quantity, stock status, tax class, weight, weigh select, visibility, url key</description>
13+
<description>Validates next fields on the Product Edit Page:
14+
name, sku, price, quantity, stock status, tax class, weight, weigh select, visibility, url key</description>
1415
</annotations>
1516
<arguments>
1617
<argument name="product" type="entity"/>

app/code/Magento/Catalog/Test/Mftf/Test/AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<test name="AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatTest" deprecated="Use AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatCatalogTest instead">
1212
<annotations>
1313
<stories value="Update Simple Product"/>
14-
<title value="DEPREACTED. Update Simple Product with Regular Price (In Stock) Enabled Flat"/>
14+
<title value="DEPRECACTED. Update Simple Product with Regular Price (In Stock) Enabled Flat"/>
1515
<description value="Test log in to Update Simple Product and Update Simple Product with Regular Price (In Stock) Enabled Flat"/>
1616
<testCaseId value="MC-10818"/>
1717
<severity value="CRITICAL"/>

0 commit comments

Comments
 (0)