From 571274e978434a7b5e17100076172233e7320855 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 15 Jul 2011 12:18:59 -0500 Subject: Entity select widget improvements The IPA.entity_select_widget has been modified into a searchable and editable drop down list. The base functionality has been extracted into IPA.combobox_widget. Ticket #1361 --- install/ui/test/aci_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/test/aci_tests.js') diff --git a/install/ui/test/aci_tests.js b/install/ui/test/aci_tests.js index d51f1ea6..604a48b3 100644 --- a/install/ui/test/aci_tests.js +++ b/install/ui/test/aci_tests.js @@ -134,7 +134,7 @@ test("Testing aci grouptarget.", function() { var selected = $(target_section.type_select+":selected"); same(selected.val(), 'targetgroup' , 'group control selected'); - ok ($('#targetgroup-entity-select option').length > 2, + ok ($('option', selected.group_select).length > 2, 'group select populated'); }); -- cgit