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.
1 parent a5534bc commit 6cc4b99Copy full SHA for 6cc4b99
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Section/AdminProductGridSection.xml
@@ -26,5 +26,6 @@
26
<element name="table" type="text" selector="#container > div > div.admin__data-grid-wrap > table"/>
27
<element name="firstRow" type="button" selector="tr.data-row:nth-of-type(1)"/>
28
<element name="productGridCheckboxOnRow" type="checkbox" selector="//*[@id='container']//tr[{{row}}]/td[1]//input" parameterized="true"/>
29
+ <element name="productGridNameProduct" type="input" selector="//tbody//tr//td//div[contains(., '{{var1}}')]" parameterized="true" timeout="30"/>
30
</section>
31
</sections>
0 commit comments