Skip to content

Commit eb0706b

Browse files
committed
MAGETWO-72172: [2.3] Disabled variation of configurable product can be added to shopping cart via admin
- Fixed autotest
1 parent 8245222 commit eb0706b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Sales/Test/Mftf/Section/AdminOrderFormConfigureProductSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="AdminOrderFormConfigureProductSection">
12+
<element name="configure" type="button" selector="//a[@product_id='{{productId}}']" parameterized="true"/>
1213
<element name="optionSelect" type="select" selector="//div[contains(@class,'product-options')]//select[//label[text() = '{{option}}']]" parameterized="true"/>
1314
<element name="optionSelectNew" type="select" selector="//label[text()='{{option1}}']/following-sibling::div/select" parameterized="true"/>
1415
<element name="quantity" type="input" selector="#product_composite_configure_input_qty"/>

0 commit comments

Comments
 (0)