Skip to content

Commit bec6708

Browse files
Ashish.Kumar18Ashish.Kumar18
authored andcommitted
ACQE-3803: move qty-err selector into section
1 parent ab999dd commit bec6708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
<element name="qtyInputWithProduct" type="input" selector="//tr//strong[contains(.,'{{productName}}')]/../../td[@class='col qty']//input" parameterized="true"/>
2727
<element name="customOptionRadio" type="input" selector="//span[contains(text(),'{{customOption}}')]/../../input" parameterized="true"/>
2828
<element name="onlyProductsLeft" type="block" selector="//div[@class='product-info-price']//div[@class='product-info-stock-sku']//div[@class='availability only']"/>
29+
<element name="qtyErr" type="text" selector="#qty-error"/>
2930
</section>
3031
</sections>

0 commit comments

Comments
 (0)