Commit 4afcaca7 authored by Rafael Monnerat's avatar Rafael Monnerat

Follow up API change on erp5_ui_test_core

parent 4f043a09
...@@ -61,15 +61,13 @@ test_script = getattr(context, \'Zuite_createAndLaunchSeleniumTest\', None)\n ...@@ -61,15 +61,13 @@ test_script = getattr(context, \'Zuite_createAndLaunchSeleniumTest\', None)\n
if test_script is None:\n if test_script is None:\n
raise ValueError("Unable to Launch the Test. Please install erp5_test_ui_core business template.")\n raise ValueError("Unable to Launch the Test. Please install erp5_test_ui_core business template.")\n
\n \n
return test_script(text=context.TestPage_viewSeleniumTest(),\n return test_script(test_list=((context.TestPage_viewSeleniumTest(),context.getTitle()),), \n
title=context.getTitle(), \n zuite_id=zuite_id)\n
zuite_id=zuite_id,\n
test_id=test_id)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>zuite_id=\'tutorial_zuite\', test_id=None</string> </value> <value> <string>zuite_id=\'tutorial_zuite\', url=None, user="", password=""</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
57 58
\ No newline at end of file \ 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