summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/ui/test/functional/password-reset.html9
-rw-r--r--install/ui/test/functional/view-users.html1
2 files changed, 4 insertions, 6 deletions
diff --git a/install/ui/test/functional/password-reset.html b/install/ui/test/functional/password-reset.html
index 7c88f1d2..ff0ba2ed 100644
--- a/install/ui/test/functional/password-reset.html
+++ b/install/ui/test/functional/password-reset.html
@@ -28,12 +28,12 @@
</tr>
<tr>
<td>type</td>
- <td>password_1</td>
+ <td>//input[@type='password']</td>
<td>Secret123</td>
</tr>
<tr>
<td>type</td>
- <td>password_2</td>
+ <td>//dd[2]/input</td>
<td>Secret123</td>
</tr>
<tr>
@@ -42,8 +42,8 @@
<td></td>
</tr>
<tr>
- <td>waitForNotVisible</td>
- <td>xpath=/html/body/div[2]</td>
+ <td>waitForElementNotPresent</td>
+ <td>xpath=/html/body/div[3]</td>
<td></td>
</tr>
<tr>
@@ -61,7 +61,6 @@
<td>2 users matched</td>
<td></td>
</tr>
-
</tbody></table>
</body>
</html>
diff --git a/install/ui/test/functional/view-users.html b/install/ui/test/functional/view-users.html
index 2e1a16cc..48895a09 100644
--- a/install/ui/test/functional/view-users.html
+++ b/install/ui/test/functional/view-users.html
@@ -21,7 +21,6 @@
<td>1 user matched</td>
<td></td>
</tr>
-
</tbody></table>
</body>
</html>