Commit 7988216d authored by Gabriel Monnerat's avatar Gabriel Monnerat

add assert to check if the element when the result is empty does not appear

parent c9222ec6
No related merge requests found
......@@ -241,9 +241,14 @@
<td></td>\n
</tr>\n
<tr>\n
<td>verifyText</td>\n
<td>verifyElementNotPresent</td>\n
<td>//*[@class=\'listbox-table-no-result-row\']</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>verifyNotText</td>\n
<td>//*[@class="listbox-number-of-records"]/*[@class="listbox-current-page-total-number"]</td>\n
<td>88 records</td>\n
<td>0 records</td>\n
</tr>\n
<tr>\n
<td>click</td>\n
......
693
\ No newline at end of file
694
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment