summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-02-01 13:06:58 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-02-01 14:56:41 -0500
commitec59e618da26b3514c9e174b7a7e8aa3e0deb462 (patch)
treeda9d9319854cdd1974c5acf59f44113b6accce91 /install/ui/test
parent5c6232e24d008d062bb5e70dae5b111c32e96169 (diff)
downloadfreeipa-ec59e618da26b3514c9e174b7a7e8aa3e0deb462.tar.gz
freeipa-ec59e618da26b3514c9e174b7a7e8aa3e0deb462.tar.xz
freeipa-ec59e618da26b3514c9e174b7a7e8aa3e0deb462.zip
use entity select widget for permissions
https://fedorahosted.org/freeipa/ticket/879
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/aci_tests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/test/aci_tests.js b/install/ui/test/aci_tests.js
index 58864f4b4..1d9665990 100644
--- a/install/ui/test/aci_tests.js
+++ b/install/ui/test/aci_tests.js
@@ -50,7 +50,7 @@ test("Testing aci grouptarget.", function() {
var sample_data_filter_only = {"targetgroup":"ipausers"};
target_section.load(sample_data_filter_only);
ok($('#aci_by_group')[0].checked, 'aci_by_group control selected');
- ok ($('#aci_target_group_select option').length > 2,'group select populated');
+ ok ($('#targetgroup-entity-select option').length > 2,'group select populated');
});