summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
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');
});