Commit add40b7e authored by Romain Courteaud's avatar Romain Courteaud

erp5_officejs_support_request_ui_test: xxx remove pause

parent ba1806b0
...@@ -18,11 +18,8 @@ ...@@ -18,11 +18,8 @@
<tr><td>click</td> <tr><td>click</td>
<td>//input[@data-i18n='[value]Submit New Support Request']</td><td></td></tr> <td>//input[@data-i18n='[value]Submit New Support Request']</td><td></td></tr>
<tr> <tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded" />
<td>waitForElementPresent</td>
<td>//input[@name='field_your_title']</td>
<td></td>
</tr>
<tr> <tr>
<td>assertElementPresent</td> <td>assertElementPresent</td>
<td>//input[@name='field_your_title']</td> <td>//input[@name='field_your_title']</td>
...@@ -31,18 +28,8 @@ ...@@ -31,18 +28,8 @@
<tr><td>type</td> <tr><td>type</td>
<td>//input[@name='field_your_title']</td> <td>//input[@name='field_your_title']</td>
<td>testLatestPostOnFrontPage</td></tr> <td>testLatestPostOnFrontPage</td></tr>
<tr>
<td>select</td>
<td>field_your_project</td>
<td></td>
</tr>
<!-- Wait for the gadget to update the resource according to the project type, <!-- Wait for the gadget to update the resource according to the project type,
this done by an ajax call.--> this done by an ajax call.-->
<tr>
<td>pause</td>
<td>1000</td>
<td></td>
</tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>//option[@text="BugReport"]</td> <td>//option[@text="BugReport"]</td>
...@@ -56,12 +43,11 @@ ...@@ -56,12 +43,11 @@
<td>RobotMaking</td> <td>RobotMaking</td>
</tr> </tr>
<tr> <tr>
<td>pause</td> <td>waitForElementNotPresent</td>
<td>1000</td> <td>//option[@text="BugReport"]</td>
<td></td>
</tr> </tr>
<tr> <tr>
<td>waitForElementNotPresent</td> <td>assertElementNotPresent</td>
<td>//option[@text="BugReport"]</td> <td>//option[@text="BugReport"]</td>
</tr> </tr>
<tr> <tr>
......
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