Commit 0f884ea1 authored by Romain Courteaud's avatar Romain Courteaud

Check that the clone action redirect to the current form.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29528 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5fb2df6c
......@@ -128,14 +128,20 @@ another object of the same type. -->\n
<td tal:content="string: ${here/portal_url}/foo_module/2/view">/erp5/foo_module/2/view</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
<td>link=History</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
<td>//button[@title=\'Clone\']</td>\n
<td></td>\n
</tr>\n
<tr>\n
<!-- Check that clone action keep current form view on clone object -->\n
<td>assertAbsoluteLocation</td>\n
<td tal:content="string:glob:${here/portal_url}/foo_module/3/Foo_view*" />\n
<td tal:content="string:glob:${here/portal_url}/foo_module/3/Base_viewHistory*" />\n
<td></td>\n
</tr>\n
<tr>\n
......
496
\ No newline at end of file
497
\ 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