summaryrefslogtreecommitdiffstats
path: root/install/ui/test/functional/group-add-nested-member-groups.html
Commit message (Collapse)AuthorAgeFilesLines
* Removal of deprecated selenium testsPetr Vobornik2013-08-151-153/+0
| | | | | | Tests were deprecated by new FreeIPA 3.3 Web UI integration tests (ticket #3744). https://fedorahosted.org/freeipa/ticket/3857
* Temporary fix for indirect member tabs.Endi S. Dewata2011-06-021-0/+153
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.