Skip to content

Commit f6e4201

Browse files
author
Stanislav Idolov
authored
ENGCOM-1117: Fill visibility in AdminCreateConfigurableProductTest.xml #14288
2 parents f274f03 + 957ae7e commit f6e4201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProduct/Test/AdminCreateConfigurableProductTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<testCaseId value="MAGETWO-26041"/>
1919
<group value="configurable"/>
2020
<group value="product"/>
21-
<group value="skip"/>
2221
</annotations>
2322
<before>
2423
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin1"/>
@@ -46,6 +45,7 @@
4645
<fillField userInput="{{_defaultProduct.price}}" selector="{{AdminProductFormSection.productPrice}}" stepKey="fillPrice"/>
4746
<fillField userInput="{{_defaultProduct.quantity}}" selector="{{AdminProductFormSection.productQuantity}}" stepKey="fillQuantity"/>
4847
<searchAndMultiSelectOption selector="{{AdminProductFormSection.categoriesDropdown}}" parameterArray="[{{_defaultCategory.name}}]" stepKey="searchAndSelectCategory"/>
48+
<selectOption userInput="{{_defaultProduct.visibility}}" selector="{{AdminProductFormSection.visibility}}" stepKey="fillVisibility"/>
4949
<click selector="{{AdminProductSEOSection.sectionHeader}}" stepKey="openSeoSection"/>
5050
<fillField userInput="{{_defaultProduct.urlKey}}" selector="{{AdminProductSEOSection.urlKeyInput}}" stepKey="fillUrlKey"/>
5151

0 commit comments

Comments
 (0)