Commit e9be4d16 authored by Richard's avatar Richard

[erp5_officejs_ui_test]: update tests to new iodide

parent 75f962bb
...@@ -24,10 +24,8 @@ ...@@ -24,10 +24,8 @@
<td></td> <td></td>
</tr> </tr>
<tal:block tal:define="web_site_name python: 'officejs_notebook'"> <tal:block tal:define="web_site_name python: 'officejs_notebook'">
<tal:block <tal:block metal:use-macro="here/Zuite_CommonTemplateForOfficejsUi/macros/install_offline_and_redirect" />
metal:use-macro="here/Zuite_CommonTemplateForOfficejsUi/macros/install_offline_and_redirect" </tal:block>
/>
</tal:block>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>//a[@data-i18n='Storages']</td> <td>//a[@data-i18n='Storages']</td>
...@@ -185,4 +183,4 @@ This has been successfully tested with 59. --> ...@@ -185,4 +183,4 @@ This has been successfully tested with 59. -->
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>identifier=notebook-container</td> <td>identifier=notebook-container</td>
<td></td> <td></td>
</tr> </tr>
\ No newline at end of file
...@@ -153,7 +153,7 @@ For that I'm using this undocumented triggerOnKeyDown() method --> ...@@ -153,7 +153,7 @@ For that I'm using this undocumented triggerOnKeyDown() method -->
<!-- Laurent : in case the UI of iodide notebooks ever changes, you need to select the "run cell" button here --> <!-- Laurent : in case the UI of iodide notebooks ever changes, you need to select the "run cell" button here -->
<tr> <tr>
<td>click</td> <td>click</td>
<td>//*[@class="editor-mode-controls"]/div[5]/button</td> <td>//*[@class="editor-mode-controls"]/button[5]</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -345,6 +345,7 @@ For that I'm using this undocumented triggerOnKeyDown() method --> ...@@ -345,6 +345,7 @@ For that I'm using this undocumented triggerOnKeyDown() method -->
<td>description</td> <td>description</td>
<td>${description}</td> <td>${description}</td>
</tr> </tr>
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/notebook_module/Zuite_waitForActivities</td> <td>${base_url}/notebook_module/Zuite_waitForActivities</td>
...@@ -412,4 +413,4 @@ For that I'm using this undocumented triggerOnKeyDown() method --> ...@@ -412,4 +413,4 @@ For that I'm using this undocumented triggerOnKeyDown() method -->
</tr> </tr>
</tbody></table> </tbody></table>
</body> </body>
</html> </html>
\ No newline at end of file
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