From 6b16d94c61b2d621a7c4f908558f0ce1dc169728 Mon Sep 17 00:00:00 2001 From: Slava Mankivski Date: Thu, 16 Jul 2020 12:23:34 -0500 Subject: [PATCH] Fix static tests in MFTF --- ...erifyCheckboxIsDisabledCreatePermanentRedirectSetNoTest.xml | 1 + .../AdminCreateBuyXGetYFreeWithApplyShippingAmountTest.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/app/code/Magento/CatalogUrlRewrite/Test/Mftf/Test/AdminVerifyCheckboxIsDisabledCreatePermanentRedirectSetNoTest.xml b/app/code/Magento/CatalogUrlRewrite/Test/Mftf/Test/AdminVerifyCheckboxIsDisabledCreatePermanentRedirectSetNoTest.xml index 920ba679f4798..d529c6dd3ecc3 100644 --- a/app/code/Magento/CatalogUrlRewrite/Test/Mftf/Test/AdminVerifyCheckboxIsDisabledCreatePermanentRedirectSetNoTest.xml +++ b/app/code/Magento/CatalogUrlRewrite/Test/Mftf/Test/AdminVerifyCheckboxIsDisabledCreatePermanentRedirectSetNoTest.xml @@ -13,6 +13,7 @@ <description value="Verify checkbox is disabled 'Create Permanent Redirect' set 'No' on category and product edit page."/> + <severity value="AVERAGE"/> <testCaseId value="MC-35589"/> </annotations> <before> diff --git a/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateBuyXGetYFreeWithApplyShippingAmountTest.xml b/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateBuyXGetYFreeWithApplyShippingAmountTest.xml index 602e2a3544e96..c65aa9980666f 100644 --- a/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateBuyXGetYFreeWithApplyShippingAmountTest.xml +++ b/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateBuyXGetYFreeWithApplyShippingAmountTest.xml @@ -10,8 +10,11 @@ xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> <test name="AdminCreateBuyXGetYFreeWithApplyShippingAmountTest" extends="AdminCreateBuyXGetYFreeTest"> <annotations> + <features value="SalesRule"/> + <stories value="Create cart price rule"/> <title value="Admin should be able to create a cart price rule of type Buy X get Y free enable 'Apply to Shipping Amount' "/> <description value="Use cart price rule of type Buy X get Y free with enable 'Apply to Shipping Amount'"/> + <severity value="MAJOR"/> <group value="SalesRule"/> </annotations>