summaryrefslogtreecommitdiffstats
path: root/install/ui/test/functional/group-add-member-user.html
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-05-24 01:17:37 -0400
committerAdam Young <ayoung@redhat.com>2011-05-24 14:31:13 -0400
commit544c826682d8915ad740500555f47f0b459e7ae3 (patch)
tree0cda74c0768d4749a2f8c49e135689a774248b38 /install/ui/test/functional/group-add-member-user.html
parent57f9a297b6a43168316e2c6be945ca210fe7f3e6 (diff)
downloadfreeipa.git-544c826682d8915ad740500555f47f0b459e7ae3.tar.gz
freeipa.git-544c826682d8915ad740500555f47f0b459e7ae3.tar.xz
freeipa.git-544c826682d8915ad740500555f47f0b459e7ae3.zip
Fixed Selenium tests.
Fixed some validation and synchronization problems in Selenium tests.
Diffstat (limited to 'install/ui/test/functional/group-add-member-user.html')
-rw-r--r--install/ui/test/functional/group-add-member-user.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/install/ui/test/functional/group-add-member-user.html b/install/ui/test/functional/group-add-member-user.html
index a3d199ba..6eed3bfa 100644
--- a/install/ui/test/functional/group-add-member-user.html
+++ b/install/ui/test/functional/group-add-member-user.html
@@ -62,7 +62,12 @@
<td></td>
</tr>
<tr>
- <td>waitForElementPresent</td>
+ <td>waitForNotVisible</td>
+ <td>//span[@id='header-network-activity-indicator']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>verifyElementPresent</td>
<td>css=.entity[name='group'] .facet[name='member_user'] input[value='testuser']</td>
<td></td>
</tr>