Skip to content

Commit 232c11b

Browse files
Manjusha.SManjusha.S
authored andcommitted
reverted back code
1 parent 62c40c6 commit 232c11b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
98
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
109
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1110
<test name="AdminCreateSubcategoryWithEmptyRequiredFieldsTest">
@@ -29,7 +28,7 @@
2928
<click selector="{{AdminCategorySidebarActionSection.AddSubcategoryButton}}" stepKey="clickOnAddSubCategory"/>
3029
<checkOption selector="{{AdminCategoryBasicFieldSection.EnableCategory}}" stepKey="enableNewCategory"/>
3130
<click selector="{{AdminCategorySEOSection.SectionHeader}}" stepKey="openSEO"/>
32-
<fillField selector="{{AdminCategorySEOSection.UrlKeyInput}}" userInput="{{NewCategory.name_lwr}}" stepKey="enterURLKey"/>
31+
<fillField selector="{{AdminCategorySEOSection.UrlKeyInput}}" userInput="{{Gear.name_lwr}}" stepKey="enterURLKey"/>
3332

3433
<!-- Click on Save -->
3534
<actionGroup ref="AdminSaveCategoryActionGroup" stepKey="saveFirstSubCategory"/>

0 commit comments

Comments
 (0)