Skip to content

Commit 07f9ac8

Browse files
committed
MQE-1421: Updating EndToEnd Tests
- Replacing "feature" tag with "stories" to resolve "generate:tests" DEPRECATED messages.
1 parent 9889d0f commit 07f9ac8

6 files changed

+13
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="AdminFilteringCategoryProductsUsingScopeSelectorTest">
1212
<annotations>
13-
<features value="Catalog"/>
13+
<stories value="Filtering Category Products"/>
1414
<title value="Filtering Category Products using scope selector"/>
1515
<description value="Filtering Category Products using scope selector"/>
1616
<severity value="MAJOR"/>

app/code/Magento/Checkout/Test/Mftf/Test/StoreFrontUpdateShoppingCartWhileUpdateMinicartTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
-->
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="StoreFrontUpdateShoppingCartWhileUpdateMinicartTest">
1212
<annotations>
13-
<features value="Checkout"/>
13+
<stories value="Shopping Cart"/>
1414
<title value="Check updating shopping cart while updating items from minicart"/>
1515
<description value="Check updating shopping cart while updating items from minicart"/>
1616
<severity value="AVERAGE"/>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontOnePageCheckoutDataWhenChangeQtyTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
-->
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="StorefrontOnePageCheckoutDataWhenChangeQtyTest">
1212
<annotations>
13-
<features value="Checkout"/>
13+
<stories value="Checkout"/>
1414
<title value="One page Checkout Customer data when changing Product Qty"/>
1515
<description value="One page Checkout Customer data when changing Product Qty"/>
1616
<severity value="MAJOR"/>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminCheckValidatorConfigurableProductTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
-->
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="AdminCheckValidatorConfigurableProductTest">
1212
<annotations>
13-
<features value="ConfigurableProduct"/>
13+
<stories value="Configurable Product"/>
1414
<title value="Check that validator works correctly when creating Configurations for Configurable Products"/>
1515
<description value="Verify validator works correctly for Configurable Products"/>
1616
<severity value="MAJOR"/>

app/code/Magento/Weee/Test/Mftf/Test/AdminRemoveProductWeeeAttributeOptionTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8+
89
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1011
<test name="AdminRemoveProductWeeeAttributeOptionTest">
1112
<annotations>
12-
<features value="Weee attribute options can be removed in product page"/>
13+
<stories value="Weee attribute options can be removed in product page"/>
1314
<title value="Weee attribute options can be removed in product page"/>
1415
<description value="Weee attribute options can be removed in product page"/>
1516
<severity value="CRITICAL"/>

app/code/Magento/Wishlist/Test/Mftf/Test/ConfProdAddToCartWishListWithUnselectedAttrTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
*/
77
-->
88

9-
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
9+
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1011
<test name="ConfProdAddToCartWishListWithUnselectedAttrTest">
1112
<annotations>
12-
<features value="Wishlist"/>
13+
<stories value="Wishlist"/>
1314
<group value="wishlist"/>
1415
<title value="Adding configurable product to Cart from Wish List with unselected attributes"/>
1516
<description value="Verify adding configurable product to Cart from Wish List when attributes is unselected"/>

0 commit comments

Comments
 (0)