Skip to content

Commit 48bfa8e

Browse files
authored
ACQE-4697 : Added new element
1 parent 8857800 commit 48bfa8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<element name="customOptionHour" type="date" selector="//div[@class='field date required']//span[text()='{{option}}']/../..//div/select[@data-calendar-role='hour']" parameterized="true"/>
109109
<element name="customOptionMinute" type="date" selector="//div[@class='field date required']//span[text()='{{option}}']/../..//div/select[@data-calendar-role='minute']" parameterized="true"/>
110110
<element name="customOptionDayPart" type="date" selector="//div[@class='field date required']//span[text()='{{option}}']/../..//div/select[@data-calendar-role='day_part']" parameterized="true"/>
111-
111+
<element name="swatchOptionDisabled" type="text" selector=".//*[@class='swatch-option color disabled']"/>
112112
<element name="addToCartEnabled" type="button" selector="#product-addtocart-button:not([disabled])"/>
113113
</section>
114114
</sections>

0 commit comments

Comments
 (0)