File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
-
9
8
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
11
10
<test name =" AdminCreateSubcategoryWithEmptyRequiredFieldsTest" >
29
28
<click selector =" {{AdminCategorySidebarActionSection.AddSubcategoryButton}}" stepKey =" clickOnAddSubCategory" />
30
29
<checkOption selector =" {{AdminCategoryBasicFieldSection.EnableCategory}}" stepKey =" enableNewCategory" />
31
30
<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" />
33
32
34
33
<!-- Click on Save -->
35
34
<actionGroup ref =" AdminSaveCategoryActionGroup" stepKey =" saveFirstSubCategory" />
You can’t perform that action at this time.
0 commit comments