Commit d21a312f authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio_ui_test: //public-ipv4 don't exist anymore

     Since we use Caddy rather them apache by default, change the field to input a value on tests.
parent 4724136b
......@@ -100,14 +100,14 @@
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//input[@name="//public-ipv4"]</td>
<td>//input[@name="//domain"]</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>//input[@name="//public-ipv4"]</td>
<td>http://www.erp5.com</td>
<td>//input[@name="//domain"]</td>
<td>www.erp5.com</td>
</tr>
<tal:block metal:use-macro="here/Zuite_SlapOSCommonTemplate/macros/click_proceed" />
......@@ -179,14 +179,14 @@
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//input[@name="//public-ipv4"]</td>
<td>//input[@name="//domain"]</td>
<td></td>
</tr>
<tr>
<td>verifyValue</td>
<td>//input[@name="//public-ipv4"]</td>
<td>http://www.erp5.com</td>
<td>//input[@name="//domain"]</td>
<td>www.erp5.com</td>
</tr>
<!-- Update Parameters -->
......
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