File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
<argument name =" productStockStatus" defaultValue =" In Stock" type =" string" />
23
23
<argument name =" productWeight" defaultValue =" {{_defaultProduct.weight}}" type =" string" />
24
24
<argument name =" productVisibility" defaultValue =" Catalog, Search" type =" string" />
25
- <argument name =" categoryNames " defaultValue =" {{_defaultCategory.name}}" type =" string" />
25
+ <argument name =" categoryName " defaultValue =" {{_defaultCategory.name}}" type =" string" />
26
26
</arguments >
27
27
<waitForElementVisible selector =" {{AdminProductFormSection.productStatus}}" stepKey =" waitForProductStatus" />
28
28
<seeElement selector =" {{AdminProductFormSection.productStatusValue(productStatus)}}" stepKey =" seeProductStatus" />
34
34
<seeInField selector =" {{AdminProductFormSection.productStockStatus}}" userInput =" {{productStockStatus}}" stepKey =" seeProductStockStatus" />
35
35
<seeInField selector =" {{AdminProductFormSection.productWeight}}" userInput =" {{productWeight}}" stepKey =" seeProductWeight" />
36
36
<seeOptionIsSelected selector =" {{AdminProductFormSection.visibility}}" userInput =" {{productVisibility}}" stepKey =" seeProductVisibility" />
37
- <seeElement selector =" {{AdminProductFormSection.categories(categoryNames )}}" stepKey =" seeProductCategories" />
37
+ <seeElement selector =" {{AdminProductFormSection.categories(categoryName )}}" stepKey =" seeProductCategories" />
38
38
</actionGroup >
39
39
</actionGroups >
You can’t perform that action at this time.
0 commit comments