From ec59e618da26b3514c9e174b7a7e8aa3e0deb462 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 1 Feb 2011 13:06:58 -0500 Subject: use entity select widget for permissions https://fedorahosted.org/freeipa/ticket/879 --- install/ui/test/aci_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/test') 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'); }); -- cgit