Commit 182f833d authored by Jérome Perrin's avatar Jérome Perrin

ui_test_core: fix Zuite_viewRunZeleniumTestDialog dialog naming

The old name was Zuite_viewZeleniumTestLauncher which is an violation
to erp5-Guideline.Form.Report.Dialog.Is.Postfixed.With.Dialog
parent d3d7b176
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Zuite_viewZeleniumTestLauncher</string> </value> <value> <string>Zuite_viewRunZeleniumTestDialog</string> </value>
</item> </item>
<item> <item>
<key> <string>method</string> </key> <key> <string>method</string> </key>
......
...@@ -5,7 +5,7 @@ if web_page_context: ...@@ -5,7 +5,7 @@ if web_page_context:
form_id = 'view' form_id = 'view'
else: else:
no_web_page = not request.has_key('web_page') or request['web_page'] is None or not request['web_page'] no_web_page = not request.has_key('web_page') or request['web_page'] is None or not request['web_page']
form_id = 'Zuite_viewZeleniumTestLauncher' form_id = 'Zuite_viewRunZeleniumTestDialog'
no_reference = not request.has_key('web_page_reference') or request['web_page_reference'] is None or not request['web_page_reference'] no_reference = not request.has_key('web_page_reference') or request['web_page_reference'] is None or not request['web_page_reference']
no_url = not request.has_key('url') or request['url'] is None or not request['url'] no_url = not request.has_key('url') or request['url'] is None or not request['url']
......
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