Commit a550a3fa authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_officejs_support_request_ui_test: Avoid random failure in testCheckComment

If the test is faster than CKEditor to load, the test loses the information in the select field.

Then, the test blocks in "Please select an item in the list."
parent 1769c5d6
...@@ -38,14 +38,14 @@ ...@@ -38,14 +38,14 @@
<td>FeatureRequire</td> <td>FeatureRequire</td>
<td></td> <td></td>
</tr> </tr>
<tal:block tal:define="text_content string:Post test 1">
<tal:block metal:use-macro="container/Zuite_CommonTemplateForRenderjsUi/macros/type_ckeditor_text_content"/>
</tal:block>
<tr> <tr>
<td>select</td> <td>select</td>
<td>field_your_resource</td> <td>field_your_resource</td>
<td>FeatureRequire</td> <td>FeatureRequire</td>
</tr> </tr>
<tal:block tal:define="text_content string:Post test 1">
<tal:block metal:use-macro="container/Zuite_CommonTemplateForRenderjsUi/macros/type_ckeditor_text_content"/>
</tal:block>
<tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/submit_dialog" /> <tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/submit_dialog" />
<tal:block tal:define="notification_configuration python: {'class': 'success', <tal:block tal:define="notification_configuration python: {'class': 'success',
......
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