Skip to content

Commit e93ac14

Browse files
committed
AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatTest adjusted
1 parent edab7db commit e93ac14

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

+3-6
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,15 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatTest" deprecated="Use AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatCatalogTest instead">
11+
<test name="AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatTest">
1212
<annotations>
1313
<stories value="Update Simple Product"/>
14-
<title value="DEPRECACTED. Update Simple Product with Regular Price (In Stock) Enabled Flat"/>
14+
<title value="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"/>
1818
<group value="catalog"/>
1919
<group value="mtf_migrated"/>
20-
<skip>
21-
<issueId value="DEPRECATED">Use AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatCatalogTest instead</issueId>
22-
</skip>
2320
</annotations>
2421
<before>
2522
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
@@ -140,4 +137,4 @@
140137
<waitForPageLoad stepKey="waitForSearch"/>
141138
<see selector="{{StorefrontQuickSearchResultsSection.productLink}}" userInput="{{simpleProductEnabledFlat.name}}" stepKey="seeSimpleProductNameOnMagentoStorefrontPage"/>
142139
</test>
143-
</tests>
140+
</tests>

0 commit comments

Comments
 (0)