From 247104ea09304ed1e5060147711d3e45b637cf5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 13 Apr 2010 14:56:42 +0000 Subject: [PATCH] more tests for the next/previous buttons in view mode: - make sure we can use them after using a workflow action - make sure we can use them after cancelling a workflow action - make sure we can use them after using a relation field wheel - make sure we can use them after cancelling a relation field wheel (currently failing) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34518 20353a03-c40f-0410-a6d1-a30d3c3de9de --- ...lWorkflowTransitionDialogKeepSelection.xml | 19 ++ ...estPassWorkflowTransitionKeepSelection.xml | 20 ++ .../testRelationFieldKeepSelection.xml | 181 ++++++++++++++++++ bt5/erp5_ui_test/bt/revision | 2 +- 4 files changed, 221 insertions(+), 1 deletion(-) create mode 100644 bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testRelationFieldKeepSelection.xml diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCancelWorkflowTransitionDialogKeepSelection.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCancelWorkflowTransitionDialogKeepSelection.xml index 30867eded6..221ab52841 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCancelWorkflowTransitionDialogKeepSelection.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCancelWorkflowTransitionDialogKeepSelection.xml @@ -117,6 +117,25 @@ <td>//div[@id=\'context_bar\']//a[@title=\'Next\']</td>\n <td></td>\n </tr>\n +\n +<!-- actually change page, and make sure it does not returns an error page -->\n +<tr>\n + <td>clickAndWait</td>\n + <td>//div[@id=\'context_bar\']//a[@title=\'Next\']</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>assertAbsoluteLocation</td>\n + <td tal:content="string:glob:${here/portal_url}/foo_module/1/Foo_view*" />\n + <td></td>\n +</tr>\n +<tr>\n + <td>assertTextNotPresent</td>\n + <td>Site Error</td>\n + <td></td>\n +</tr>\n +\n +\n </tbody></table>\n </body>\n </html>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransitionKeepSelection.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransitionKeepSelection.xml index 0ef186d165..70c6d16a76 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransitionKeepSelection.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testPassWorkflowTransitionKeepSelection.xml @@ -122,6 +122,26 @@ <td>//div[@id=\'context_bar\']//a[@title=\'Next\']</td>\n <td></td>\n </tr>\n +\n +<!-- actually change page, and make sure it does not returns an error page -->\n +<tr>\n + <td>clickAndWait</td>\n + <td>//div[@id=\'context_bar\']//a[@title=\'Next\']</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>assertAbsoluteLocation</td>\n + <td tal:content="string:glob:${here/portal_url}/foo_module/1/Foo_view*" />\n + <td></td>\n +</tr>\n +<tr>\n + <td>assertTextNotPresent</td>\n + <td>Site Error</td>\n + <td></td>\n +</tr>\n +\n +\n +\n </tbody></table>\n </body>\n </html>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testRelationFieldKeepSelection.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testRelationFieldKeepSelection.xml new file mode 100644 index 0000000000..caf41fff14 --- /dev/null +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testRelationFieldKeepSelection.xml @@ -0,0 +1,181 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary> + <item> + <key> <string>name_subpath</string> </key> + <value> <string>traverse_subpath</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_text</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<html xmlns:tal="http://xml.zope.org/namespaces/tal"\n + xmlns:metal="http://xml.zope.org/namespaces/metal">\n +<head>\n +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\n +<title>Test relation field keep selection</title>\n +</head>\n +<body>\n +<table cellpadding="1" cellspacing="1" border="1">\n +<thead>\n +<tr><td rowspan="1" colspan="3">Test relation field keep selection</td></tr>\n +</thead><tbody>\n +<tal:block metal:use-macro="here/RelationFieldZuite_CommonTemplate/macros/init" />\n +<tr>\n + <td>open</td>\n + <td>${base_url}/foo_module/FooModule_createObjects?num:int=2</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>assertTextPresent</td>\n + <td>Created Successfully.</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>open</td>\n + <td>${base_url}/foo_module/Zuite_waitForActivities</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>assertTextPresent</td>\n + <td>Done.</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>open</td>\n + <td>${base_url}/foo_module/view</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>link=Title 0</td>\n + <td></td>\n +</tr>\n +\n +\n +<!-- first case, we select in the relation field dialog -->\n +<tr>\n + <td>type</td>\n + <td>field_my_foo_category_title</td>\n + <td>a1</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <!-- XXX maybe a better locator for relation field -->\n + <td>//input[@value=\'update...\' and @type=\'image\']</td>\n + <td></td>\n +</tr>\n +\n +<tr>\n + <td>click</td>\n + <td>//*[@id=\'listbox_data_line_0\']//input[@type="checkbox"]</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>id=dialog_submit_button</td>\n + <td></td>\n +</tr>\n +\n +<tr>\n + <td>clickAndWait</td>\n + <td>//div[@id=\'context_bar\']//a[@title=\'Next\']</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>assertAbsoluteLocation</td>\n + <td tal:content="string:glob:${here/portal_url}/foo_module/1/Foo_view*" />\n + <td></td>\n +</tr>\n +<tr>\n + <td>assertTextNotPresent</td>\n + <td>Site Error</td>\n + <td></td>\n +</tr>\n +\n +\n +<!-- second case, we cancel in the relation field dialog -->\n +<tr>\n + <td>clickAndWait</td>\n + <!-- XXX maybe a better locator for relation field -->\n + <td>//input[@value=\'update...\' and @type=\'image\']</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>Base_cancel:method</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>//div[@id=\'context_bar\']//a[@title=\'Previous\']</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>assertAbsoluteLocation</td>\n + <td tal:content="string:glob:${here/portal_url}/foo_module/0/Foo_view*" />\n + <td></td>\n +</tr>\n +<tr>\n + <td>assertTextNotPresent</td>\n + <td>Site Error</td>\n + <td></td>\n +</tr>\n +\n +</tbody></table>\n +</body>\n +</html>\n + + +]]></string> </value> + </item> + <item> + <key> <string>content_type</string> </key> + <value> <string>text/html</string> </value> + </item> + <item> + <key> <string>expand</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>testRelationFieldKeepSelection</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_ui_test/bt/revision b/bt5/erp5_ui_test/bt/revision index 8d28c8c9eb..8853508e8a 100644 --- a/bt5/erp5_ui_test/bt/revision +++ b/bt5/erp5_ui_test/bt/revision @@ -1 +1 @@ -554 \ No newline at end of file +555 \ No newline at end of file -- 2.30.9