Commit 9e5d6a1b authored by Tomáš Peterka's avatar Tomáš Peterka

[renderjs_ui_test] Correct test to count with updated ListBox rendering

parent 32e627ce
......@@ -37,7 +37,7 @@
<tr>
<td>open</td>
<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_columns=id%7CID%0Atitle%7CTitle%0Adelivery.quantity%7CQuantity&amp;field_sort=id+%7C+DESC</td>
<td>${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_columns=id%7CID%0Atitle%7CTitle%0Adelivery.quantity%7CQuantity&amp;field_sort=id+%7C+ASC</td>
<td></td>
</tr>
......@@ -66,14 +66,14 @@
<!-- check quanlity is display correctly -->
<tr>
<td>waitForElementPresent</td>
<td>//a[@class='ui-link' and text() ='1']</td>
<td>//a[@class='ui-link']//p[text()='1']</td><!-- cell has field template thus rendered inside html5_element_gadget -->
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>//a[@class='ui-link' and text() ='1']</td>
<td>//a[@class='ui-link']//p[text()='1']</td>
<td></td>
</tr>
......
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