Skip to content

Commit 2e56071

Browse files
author
Mariana Lashch
committed
MAGETWO-96379: Cart Price Rule grid count and pagination is wrong
- add selector check
1 parent e512608 commit 2e56071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/SalesRule/Test/Mftf/Section/AdminCartPriceRulesSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
<element name="rowByIndex" type="text" selector="tr[data-role='row']:nth-of-type({{var1}})" parameterized="true" timeout="30"/>
1818
<element name="rulesRow" type="text" selector="//tr[@data-role='row']"/>
1919
<element name="pageCurrent" type="text" selector="//label[@for='promo_quote_grid_page-current']"/>
20+
<element name="totalCount" type="text" selector="span[data-ui-id*='grid-total-count']"/>
2021
</section>
2122
</sections>

0 commit comments

Comments
 (0)