Skip to content

Commit

Permalink
AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatTest adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaAPak committed Dec 10, 2020
1 parent edab7db commit e93ac14
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatTest" deprecated="Use AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatCatalogTest instead">
<test name="AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatTest">
<annotations>
<stories value="Update Simple Product"/>
<title value="DEPRECACTED. Update Simple Product with Regular Price (In Stock) Enabled Flat"/>
<title value="Update Simple Product with Regular Price (In Stock) Enabled Flat"/>
<description value="Test log in to Update Simple Product and Update Simple Product with Regular Price (In Stock) Enabled Flat"/>
<testCaseId value="MC-10818"/>
<severity value="CRITICAL"/>
<group value="catalog"/>
<group value="mtf_migrated"/>
<skip>
<issueId value="DEPRECATED">Use AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatCatalogTest instead</issueId>
</skip>
</annotations>
<before>
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
Expand Down Expand Up @@ -140,4 +137,4 @@
<waitForPageLoad stepKey="waitForSearch"/>
<see selector="{{StorefrontQuickSearchResultsSection.productLink}}" userInput="{{simpleProductEnabledFlat.name}}" stepKey="seeSimpleProductNameOnMagentoStorefrontPage"/>
</test>
</tests>
</tests>

0 comments on commit e93ac14

Please sign in to comment.