Skip to content

Commit 4da30fd

Browse files
committed
MAGETWO-72172: [2.3] Disabled variation of configurable product can't be added to shopping cart via admin
- Fixed functional test
1 parent db82564 commit 4da30fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/NoOptionAvailableToConfigureDisabledProductTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@
120120
<click selector="{{AdminOrderFormConfigureProductSection.configure($$createConfigProduct.id$$)}}" stepKey="clickOnConfigure"/>
121121
<!--Click on attribute drop-down and check no option 1 is available-->
122122
<comment userInput="Click on attribute drop-down and check no option 1 is available" stepKey="commentNoOptionIsAvailable"/>
123-
<waitForElement selector="{{AdminOrderFormConfigureProductSection.attributeSelect}}" stepKey="waitForShippingSectionLoaded"/>
124-
<click selector="{{AdminOrderFormConfigureProductSection.attributeSelect}}" stepKey="clickToSelectOption"/>
123+
<waitForElement selector="{{AdminOrderFormConfigureProductSection.selectOption}}" stepKey="waitForShippingSectionLoaded"/>
124+
<click selector="{{AdminOrderFormConfigureProductSection.selectOption}}" stepKey="clickToSelectOption"/>
125125
<dontSee userInput="$$createConfigProductAttributeOption1.option[store_labels][1][label]$$" stepKey="dontSeeOption1"/>
126126
</test>
127127
</tests>

0 commit comments

Comments
 (0)