Skip to content

Commit 6cc4b99

Browse files
author
Stas Puga
committed
MAGETWO-90370: Automate with MFTF Gift Options
1 parent a5534bc commit 6cc4b99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Section/AdminProductGridSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
<element name="table" type="text" selector="#container > div > div.admin__data-grid-wrap > table"/>
2727
<element name="firstRow" type="button" selector="tr.data-row:nth-of-type(1)"/>
2828
<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"/>
2930
</section>
3031
</sections>

0 commit comments

Comments
 (0)