Skip to content

Commit 47a1810

Browse files
committed
Community MTF to MFTF test conversion code delivery
1 parent 768344e commit 47a1810

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10-
<test name="AdminDeleteCategoryUrlRewriteEntityFirstVariationTest">
10+
<test name="AdminDeleteCategoryUrlRewriteHypenAsRequestPathTest">
1111
<annotations>
12-
<stories value="Delete category URL rewrite first scenario"/>
13-
<title value="Delete category URL rewrite first scenario"/>
14-
<description value="Login as admin and delete category Url Rewrite"/>
12+
<features value="UrlRewrite" />
13+
<stories value="Delete custom URL rewrite"/>
14+
<title value="Delete category URL rewrite, hyphen as request path"/>
15+
<description value="Delete category URL rewrite, hyphen as request path"/>
16+
<testCaseId value="MC-5348" />
1517
<group value="urlRewrite"/>
1618
<group value="mtf_migrated"/>
1719
</annotations>
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10-
<test name="AdminDeleteCategoryUrlRewriteEntitySecondVariationTest">
10+
<test name="AdminDeleteCategoryUrlRewriteWithRequestPathTest">
1111
<annotations>
12-
<stories value="Delete category URL rewrite second scenario"/>
13-
<title value="Delete category URL rewrite second scenario"/>
14-
<description value="Login as admin and delete category Url Rewrite"/>
12+
<features value="UrlRewrite" />
13+
<stories value="Delete custom URL rewrite"/>
14+
<title value="Delete category URL rewrite, with request path"/>
15+
<description value="Delete category URL rewrite, with request path"/>
16+
<testCaseId value="MC-5349" />
1517
<group value="urlRewrite"/>
1618
<group value="mtf_migrated"/>
1719
</annotations>

0 commit comments

Comments
 (0)