File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 60
60
<fillField userInput =" {{product.price}}" selector =" {{AdminProductFormSection.productPrice}}" stepKey =" fillPrice" />
61
61
<fillField userInput =" {{product.quantity}}" selector =" {{AdminProductFormSection.productQuantity}}" stepKey =" fillQuantity" />
62
62
<searchAndMultiSelectOption selector =" {{AdminProductFormSection.categoriesDropdown}}" parameterArray =" [{{category.name}}]" stepKey =" fillCategory" />
63
+ <selectOption userInput =" {{product.visibility}}" selector =" {{AdminProductFormSection.visibility}}" stepKey =" fillVisibility" />
63
64
<click selector =" {{AdminProductSEOSection.sectionHeader}}" stepKey =" openSeoSection" />
64
65
<fillField userInput =" {{product.urlKey}}" selector =" {{AdminProductSEOSection.urlKeyInput}}" stepKey =" fillUrlKey" />
65
66
You can’t perform that action at this time.
0 commit comments