Skip to content

Commit 238f63f

Browse files
committed
MQE-1176: Fix all deprecation warnings
- Fix AddingProductWithExpiredSessionTest and ConfigurableProductAttributeNameDesignTest
1 parent 592e9a1 commit 238f63f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

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

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
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">
1111
<test name="ConfigurableProductAttributeNameDesignTest">
1212
<annotations>
1313
<title value="Generation of configurable products with an attribute named 'design'"/>
14+
<description value="Generation of configurable products with an attribute named 'design'"/>
1415
<features value="Product Customizable Option"/>
1516
<severity value="AVERAGE"/>
1617
<testCaseId value="MAGETWO-93307"/>

app/code/Magento/Customer/Test/Mftf/Test/AddingProductWithExpiredSessionTest.xml

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

9-
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
9+
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1110
<test name="AddingProductWithExpiredSessionTest">
1211
<annotations>
1312
<title value="Adding a product to cart from category page with an expired session"/>
13+
<description value="Adding a product to cart from category page with an expired session"/>
1414
<features value="Module/ Catalog"/>
1515
<severity value="MAJOR"/>
1616
<testCaseId value="MAGETWO-93289"/>

0 commit comments

Comments
 (0)