Commit bcc437cc authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio_ui_test: Minor typos

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