From 34c5d996d760abeaede782253931ed7bc36320cc Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 1 Jun 2011 13:52:38 -0500 Subject: Temporary fix for indirect member tabs. Since the group-show command doesn't return indirect members, the tabs for group's indirect members have been reverted to call user-find with the --in-groups parameter to get the entries. However, this is only a temporary solution since the user-find command returns both direct and indirect members (ticket #1273). The Selenium test for groups has been modified to test nested groups and verify indirect members. The verification currently will fail due to the above issue. --- .../test/functional/group-add-nested-groups.html | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 install/ui/test/functional/group-add-nested-groups.html (limited to 'install/ui/test/functional/group-add-nested-groups.html') diff --git a/install/ui/test/functional/group-add-nested-groups.html b/install/ui/test/functional/group-add-nested-groups.html new file mode 100644 index 00000000..7d961869 --- /dev/null +++ b/install/ui/test/functional/group-add-nested-groups.html @@ -0,0 +1,91 @@ + + + + + + +Add Group + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Add Group
open/ipa/ui/#navigation=identity&identity=group
waitForNotVisible//span[@id='header-network-activity-indicator']
verifyElementNotPresentcss=.entity[name='group'] .facet[name='search'] input[value='testgroup2']
verifyElementNotPresentcss=.entity[name='group'] .facet[name='search'] input[value='testgroup3']
clicklink=Add
typecntestgroup2
typedescriptionTest Group 2
click//button[2]
waitForNotVisible//span[@id='header-network-activity-indicator']
typecntestgroup3
typedescriptionTest Group 3
click//button[1]
waitForNotVisible//span[@id='header-network-activity-indicator']
verifyElementPresentcss=.entity[name='group'] .facet[name='search'] input[value='testgroup2']
verifyElementPresentcss=.entity[name='group'] .facet[name='search'] input[value='testgroup3']
+ + -- cgit