Commit 6a3ca691 authored by Romain Courteaud's avatar Romain Courteaud

Test the wheel dialog when nothing is selected.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10576 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bbc4d726
......@@ -134,6 +134,42 @@
<td/>\n
</tr>\n
<!-- To be continued... this is currently failing here :( -->\n
\n
\n
<!-- Type an unknown value, and validate -->\n
<tr>\n
<td>type</td>\n
<td>field_my_foo_category_title</td>\n
<td>aaaaaaaaaaaaaaaaaaaaaaaaaa</td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
<!-- XXX maybe a better locator for relation field -->\n
<td>//input[@value=\'update...\']</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>verifyPortalStatusMessage</td>\n
<td>Please select one object.</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>verifyText</td>\n
<td>//span[@id=\'listbox_record_number\']</td>\n
<!-- XXX this will probably fail ... -->\n
<td>0 record(s)</td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
<td>id=dialog_submit_button</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>assertTextNotPresent</td>\n
<td>Site Error</td>\n
<td/>\n
</tr>\n
\n
</tbody></table>\n
</body>\n
</html>\n
......
98
\ No newline at end of file
100
\ 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