Skip to content

Commit 8ded7d6

Browse files
ENGCOM-2885: [Forwardport] Fill visibility in AdminConfigurableProductCreateTest.xml #17815
- Merge Pull Request #17815 from nmalevanec/magento2:2.3-develop-PR-port-14288 - Merged commits: 1. a8dabd3
2 parents 9d6399e + a8dabd3 commit 8ded7d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminConfigurableProductActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<fillField userInput="{{product.price}}" selector="{{AdminProductFormSection.productPrice}}" stepKey="fillPrice"/>
6161
<fillField userInput="{{product.quantity}}" selector="{{AdminProductFormSection.productQuantity}}" stepKey="fillQuantity"/>
6262
<searchAndMultiSelectOption selector="{{AdminProductFormSection.categoriesDropdown}}" parameterArray="[{{category.name}}]" stepKey="fillCategory"/>
63+
<selectOption userInput="{{product.visibility}}" selector="{{AdminProductFormSection.visibility}}" stepKey="fillVisibility"/>
6364
<click selector="{{AdminProductSEOSection.sectionHeader}}" stepKey="openSeoSection"/>
6465
<fillField userInput="{{product.urlKey}}" selector="{{AdminProductSEOSection.urlKeyInput}}" stepKey="fillUrlKey"/>
6566

0 commit comments

Comments
 (0)