Commit 4820a37e authored by Tomáš Peterka's avatar Tomáš Peterka

[renderjs_ui_test] Properly reset values of listbox (better comments for testDefaultSort)

parent 6d77e900
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</thead><tbody> </thead><tbody>
<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" /> <tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />
<!-- make the listbox to sort by ID DESC which is not natural thus obvious --> <!-- make the listbox to sort by ID DESC -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/bar_module/ListBoxZuite_reset?field_sort=id+%7C+DESC</td> <!-- ?field_sort="id | DESC" --> <td>${base_url}/bar_module/ListBoxZuite_reset?field_sort=id+%7C+DESC</td> <!-- ?field_sort="id | DESC" -->
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<!-- Create Foo objects with IDs 0-9 --> <!-- Create Foo objects with IDs 0-9 -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/foo_module/FooModule_createObjects?start=1&amp;num=5</td> <td>${base_url}/foo_module/FooModule_createObjects</td>
<td></td> <td></td>
</tr> </tr>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<!-- Clean Up --> <!-- Clean Up -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/bar_module/ListBoxZuite_reset</td> <td>${base_url}/bar_module/ListBoxZuite_reset?field_sort=</td>
<td></td> <td></td>
</tr> </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