Commit b3851c90 authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs_ui_test] Fix text editor Erp5 Synchronisation test

parent f4e5833f
......@@ -104,14 +104,9 @@
</tr>
<tr>
<td>type</td>
<td>name=description</td>
<td>identifier=description</td>
<td>${description}</td>
</tr>
<tr> <!-- pause needed cause selenium is to quick -->
<td>pause</td>
<td>1000</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>//button[@data-i18n='Save']</td>
......@@ -174,10 +169,15 @@
<td>${reference}</td>
</tr>
<tr>
<td>assertTextPresent</td>
<td>${description}</td>
<td>waitForElementPresent</td>
<td>identifier=description</td>
<td></td>
</tr>
<tr>
<td>verifyValue</td>
<td>description</td>
<td>${description}</td>
</tr>
<tr>
<td>click</td>
<td>//button[@data-i18n='Menu']</td>
......@@ -209,6 +209,11 @@
<td>//button[@data-i18n='Filter']</td>
<td></td>
</tr> -->
<tr>
<td>waitForElementPresent</td>
<td>//button[@data-i18n='Filter']</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>link=${title}</td>
......@@ -240,9 +245,9 @@
<td>${reference}</td>
</tr>
<tr>
<td>assertTextPresent</td>
<td>verifyValue</td>
<td>description</td>
<td>${description}</td>
<td></td>
</tr>
<tr>
<td>open</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