Commit 7b261ecd authored by Vincent Pelletier's avatar Vincent Pelletier

Add more tests and a cleanup of created actions.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10289 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3e4e980f
......@@ -92,6 +92,36 @@
<td>link=Import / Export</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>assertElementPresent</td>\n
<td>//input[@name=\'dialog_id\']</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>assertElementPresent</td>\n
<td>//input[@name=\'dialog_category\']</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>assertElementPresent</td>\n
<td>//input[@name=\'update_method\']</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>assertElementPresent</td>\n
<td>//input[@name=\'dialog_method\']</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>assertElementPresent</td>\n
<td>//select[@name=\'select_dialog\']</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>assertTitle</td>\n
<td tal:content="here/Foo_viewDummyDialog/title"></td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
<td>Base_callDialogMethod:method</td>\n
......@@ -127,6 +157,16 @@
<td>//input[@name=\'select_dialog\']</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>open</td>\n
<td tal:content="string: ${here/portal_url}/portal_types/Foo/PortalType_deleteAction?id=test_action"></td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>open</td>\n
<td tal:content="string: ${here/portal_url}/portal_types/Foo/PortalType_deleteAction?id=test_action_2"></td>\n
<td></td>\n
</tr>\n
</body>\n
</html>\n
......
84
\ No newline at end of file
87
\ 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