Commit e4245f9f authored by Boxiang Sun's avatar Boxiang Sun

erp5_web_renderjs_ui_test: testPageDraftViewValidation fixup

parent da9f5ce1
Pipeline #14918 failed with stage
in 0 seconds
...@@ -17,15 +17,8 @@ ...@@ -17,15 +17,8 @@
<td></td> <td></td>
</tr> </tr>
<tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_app_loaded" /> <tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_app_loaded" />
<!-- Wait for gadget to be loaded -->
<tr> <tr>
<td>assertElementPresent</td> <td>assertElementPresent</td>
<td>//div[@data-gadget-url='${base_url}/web_site_module/renderjs_runner/gadget_erp5_page_form.html']</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[contains(text(), "Foo Transition Test View")]</td> <td>//a[contains(text(), "Foo Transition Test View")]</td>
<td></td> <td></td>
</tr> </tr>
...@@ -47,7 +40,7 @@ ...@@ -47,7 +40,7 @@
</tr> </tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>assertElementPresent</td>
<td>//p[@text="Title 1"]</td> <td>//p[@text="Title 1"]</td>
<td></td> <td></td>
</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