Commit 2b63b89f authored by Boxiang Sun's avatar Boxiang Sun

erp5_officejs_support_request_ui_test: Try to type things in the editor.

parent bce2a705
......@@ -51,14 +51,24 @@
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//textarea[@id='field_my_description']</td>
<td>//body[@class='cke_editable cke_editable_themed cke_contents_ltr cke_show_borders']</td>
<td></td>
</tr>
<tr>
<td>selectFrame</td>
<td>class=cke_wysiwyg_frame cke_reset</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>//textarea[@id='field_my_description']</td>
<td>//body[@contenteditable="true"]/p</td>
<td>Post test</td>
</tr>
<tr>
<td>selectWindow</td>
<td></td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>//input[@data-i18n='[value]Proceed']</td>
......
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