Commit beb41c86 authored by Jérome Perrin's avatar Jérome Perrin

Update tests.

- test_account_transaction_list_at_date: now this listbox uses preferred line number, so only 20 lines are displayed per page.
- test_account_transaction_list_jump_accounting_module: clicking on a view mode listbox title should display the same listbox in view mode, not jump to accounting module, there is a jump menu for this.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36131 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 876f38a2
......@@ -122,11 +122,6 @@ Test Transactions related to an account, with at date parameter\n
<td>//tr[@id=\'listbox_data_line_1\']/td[11]</td>\n
<td>3300.0</td>\n
</tr>\n
<tr>\n
<td>verifyFloat</td>\n
<td>//tr[@id=\'listbox_data_line_23\']/td[11]</td>\n
<td>214500.0</td>\n
</tr>\n
<!-- }}} -->\n
\n
<!-- {{{ stat line -->\n
......
......@@ -100,9 +100,9 @@ Test Account Transaction List then jump to accounting module.\n
\n
<!-- Jump to Accounting Module {{{ -->\n
<tr>\n
<td>clickAndWait</td>\n
<td>link=Transactions Related to This Account:</td>\n
<td></td>\n
<td>selectAndWait</td>\n
<td>select_jump</td>\n
<td>label=Accounting</td>\n
</tr>\n
<tr>\n
<td>verifyText</td>\n
......
165
\ No newline at end of file
166
\ 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