We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d89f51 + 641d198 commit 7809f44Copy full SHA for 7809f44
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Section/AdminProductGridSection.xml
@@ -27,5 +27,6 @@
27
<element name="table" type="text" selector="#container > div > div.admin__data-grid-wrap > table"/>
28
<element name="firstRow" type="button" selector="tr.data-row:nth-of-type(1)"/>
29
<element name="productGridCheckboxOnRow" type="checkbox" selector="//*[@id='container']//tr[{{row}}]/td[1]//input" parameterized="true"/>
30
+ <element name="productGridNameProduct" type="input" selector="//tbody//tr//td//div[contains(., '{{var1}}')]" parameterized="true" timeout="30"/>
31
</section>
32
</sections>
0 commit comments