Commit 061ef638 authored by Jérome Perrin's avatar Jérome Perrin

dms_ui_test: fix testPortalContributionsToolNewLink

this test is running with FCK Editor as preferred text editor
parent 10ea5f13
......@@ -36,10 +36,36 @@
<td>Web Page created successfully</td>
<td></td>
</tr>
<!-- gadget's iframe -->
<tr>
<td>waitForCondition</td>
<td>selenium.isElementPresent("//pre")</td>
<td>60000</td>
<td>waitForElementPresent</td>
<td>//div[@data-gadget-scope="editor"]/iframe</td>
<td></td>
</tr>
<tr>
<td>selectFrame</td>
<td>//div[@data-gadget-scope="editor"]/iframe</td>
<td></td>
</tr>
<!-- ckeditor's iframe -->
<tr>
<td>waitForElementPresent</td>
<td>//iframe</td>
<td></td>
</tr>
<tr>
<td>selectFrame</td>
<td>//iframe</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//div</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
......@@ -52,6 +78,12 @@
<td></td>
</tr>
<tr>
<td>selectFrame</td>
<td>relative=top</td>
<td></td>
</tr>
<span metal:use-macro="container/Zuite_CommonTemplate/macros/wait_for_activities">Wait for activities</span>
</tbody></table>
......
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