Commit ca516c66 authored by Sven Franck's avatar Sven Franck

erp5_corporate_identity_test: add failing assertion

parent 77293a3c
......@@ -27,8 +27,7 @@ Note:
<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />
<tal:block tal:define="portal here/portal_url/getPortalObject;
caller python: getattr(context, 'Zuite_setSkipSave', None);
no_file_update python: caller() if caller is not None else True;
no_file_update python: True;">
no_file_update python: caller() if caller is not None else True;">
<tr>
<td>open</td>
<td>${base_url}/bar_module/ListBoxZuite_reset</td>
......@@ -780,6 +779,11 @@ Note:
<td>name=field_format</td>
<td>index=1</td>
</tr>
<tr>
<td>AssertTextPresent</td>
<td>COUSCOUS</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>name=Base_callDialogMethod:method</td>
......
......@@ -10,4 +10,4 @@ Set preference for template test to textarea
conversion_server_url_list = context.portal_preferences.getPreferredDocumentConversionServerUrlList() or ["https://cloudooo.erp5.net"]
system_preference = context.portal_preferences.default_system_preference
system_preference.setPreferredDocumentConversionServerUrlList(conversion_server_url_list)
return context.portal_preferences.getPreferredDocumentConversionServerUrl()
return "Conversion Server Url set."
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