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

update tests after the new action to add multiple lines

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34451 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0929f738
......@@ -185,11 +185,17 @@ Test Simple view of an Accounting Transaction\n
<tr>\n
<td>selectAndWait</td>\n
<td>select_action</td>\n
<td>Add Accounting Transaction Line</td>\n
<td>Add Accounting Transaction Lines</td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
<td>dialog_submit_button</td>\n
<td></td>\n
</tr>\n
\n
<tr>\n
<td>assertPortalStatusMessage</td>\n
<td>Accounting Transaction Line added.</td>\n
<td>Accounting Transaction Lines added.</td>\n
<td></td>\n
</tr>\n
<tr>\n
......
......@@ -66,12 +66,22 @@ Test Accounting Transaction Template\n
<tr>\n
<td>selectAndWait</td>\n
<td>select_action</td>\n
<td>label=Add Accounting Transaction Line</td>\n
<td>label=Add Accounting Transaction Lines</td>\n
</tr>\n
<tr>\n
<td>selectAndWait</td>\n
<td>select_action</td>\n
<td>label=Add Accounting Transaction Line</td>\n
<td>type</td>\n
<td>field_your_line_count</td>\n
<td>2</td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
<td>dialog_submit_button</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>assertPortalStatusMessage</td>\n
<td>Accounting Transaction Lines added.</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>type</td>\n
......
147
\ No newline at end of file
148
\ 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