Commit 6f0a964f authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel_ui_test: fixup Instance editor usage

parent a86fbd47
...@@ -271,6 +271,16 @@ ...@@ -271,6 +271,16 @@
</tal:block> </tal:block>
<!--tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded" /--> <!--tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded" /-->
<!-- XXX TODO gadget crash if not fully loaded. Remove next wait, and fix gadget --> <!-- XXX TODO gadget crash if not fully loaded. Remove next wait, and fix gadget -->
<tr>
<td>waitForElementPresent</td>
<td>//input[@name='//domain']</td>
<td></td>
</tr>
<tr>
<td>select</td>
<td>//select[@name='software_type']</td>
<td>Custom Personal (Slave)</td>
</tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>//input[@name='//custom_domain']</td> <td>//input[@name='//custom_domain']</td>
...@@ -281,11 +291,6 @@ ...@@ -281,11 +291,6 @@
<td>//input[@name='field_your_title']</td> <td>//input[@name='field_your_title']</td>
<td>Test instance</td> <td>Test instance</td>
</tr> </tr>
<tr>
<td>select</td>
<td>//select[@name='software_type']</td>
<td>Custom Personal (Slave)</td>
</tr>
<tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/submit_dialog" /> <tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/submit_dialog" />
<tal:block tal:define="notification_configuration python: {'class': 'success', <tal:block tal:define="notification_configuration python: {'class': 'success',
'text': 'Action succeeded.'}"> 'text': 'Action succeeded.'}">
......
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