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 2222 <argument name =" productStockStatus" defaultValue =" In Stock" type =" string" />
2323 <argument name =" productWeight" defaultValue =" {{_defaultProduct.weight}}" type =" string" />
2424 <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" />
2626 </arguments >
2727 <waitForElementVisible selector =" {{AdminProductFormSection.productStatus}}" stepKey =" waitForProductStatus" />
2828 <seeElement selector =" {{AdminProductFormSection.productStatusValue(productStatus)}}" stepKey =" seeProductStatus" />
3434 <seeInField selector =" {{AdminProductFormSection.productStockStatus}}" userInput =" {{productStockStatus}}" stepKey =" seeProductStockStatus" />
3535 <seeInField selector =" {{AdminProductFormSection.productWeight}}" userInput =" {{productWeight}}" stepKey =" seeProductWeight" />
3636 <seeOptionIsSelected selector =" {{AdminProductFormSection.visibility}}" userInput =" {{productVisibility}}" stepKey =" seeProductVisibility" />
37- <seeElement selector =" {{AdminProductFormSection.categories(categoryNames )}}" stepKey =" seeProductCategories" />
37+ <seeElement selector =" {{AdminProductFormSection.categories(categoryName )}}" stepKey =" seeProductCategories" />
3838 </actionGroup >
3939</actionGroups >
You can’t perform that action at this time.
0 commit comments