Skip to content

Commit 918c5c4

Browse files
Ashish.Kumar18Ashish.Kumar18
authored andcommitted
ACQE-3803: selector changed
1 parent d3eb48a commit 918c5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +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=".message-error div"/>
29+
<element name="qtyErr" type="text" selector="//*[@data-ui-id='message-error']//div"/>
3030
</section>
3131
</sections>

0 commit comments

Comments
 (0)