Skip to content

Commit e2e0cc7

Browse files
committed
Fix StorefrontLoggedInCustomerCreateOrderAllOptionQuantityConfigurableProductCustomStock test
1 parent 4ad8ba6 commit e2e0cc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Section/StorefrontProductInfoMainSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="StorefrontProductInfoMainSection">
1212
<element name="optionByAttributeId" type="input" selector="#attribute{{var1}}" parameterized="true"/>
13+
<element name="selectableProductOptions" type="select" selector="#attribute{{var1}} option:not([disabled])" parameterized="true"/>
1314
<element name="productAttributeTitle1" type="text" selector="#product-options-wrapper div[tabindex='0'] label"/>
1415
<element name="productPrice" type="text" selector="div.price-box.price-final_price"/>
1516
<element name="productAttributeOptions1" type="select" selector="#product-options-wrapper div[tabindex='0'] option"/>

0 commit comments

Comments
 (0)