Commit bcc437cc authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio_ui_test: Minor typos

parent 164d04bf
...@@ -297,7 +297,7 @@ ...@@ -297,7 +297,7 @@
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>//h1[@data-i18n='Network']</td> <td>//h1[@data-i18n='Networks']</td>
<td></td> <td></td>
</tr> </tr>
......
...@@ -9,9 +9,7 @@ ...@@ -9,9 +9,7 @@
<thead> <thead>
<tr><td rowspan="1" colspan="3">Test RenderJS UI</td></tr> <tr><td rowspan="1" colspan="3">Test RenderJS UI</td></tr>
</thead><tbody> </thead><tbody>
<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" /> <tal:block metal:use-macro="here/Zuite_SlapOSCommonTemplate/macros/slapos_init" />
<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/wait_for_activities" />
<tr> <tr>
<td>assertTextPresent</td> <td>assertTextPresent</td>
...@@ -74,7 +72,7 @@ ...@@ -74,7 +72,7 @@
</tr> </tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>//input[@value='Request User']</td> <td>//input[@value='Register']</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -132,14 +130,19 @@ ...@@ -132,14 +130,19 @@
<td>//input[@name='default_address_city']</td> <td>//input[@name='default_address_city']</td>
<td>Paris</td> <td>Paris</td>
</tr> </tr>
<tr>
<td>type</td>
<td>//input[@name='default_address_country']</td>
<td>France</td>
</tr>
<tr> <tr>
<td>assertTextPresent</td> <td>assertTextPresent</td>
<td>One email will be send to you to confirm your email.</td> <td>You will receive a confirmation email to activate your account.</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>clickAndWait</td> <td>clickAndWait</td>
<td>//input[@value='Request User']</td> <td>//input[@value='Register']</td>
<td></td> <td></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