summaryrefslogtreecommitdiffstats
path: root/install/ui/test/aci_tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/aci_tests.js')
-rw-r--r--install/ui/test/aci_tests.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/install/ui/test/aci_tests.js b/install/ui/test/aci_tests.js
index cc248c928..5c8b37e0f 100644
--- a/install/ui/test/aci_tests.js
+++ b/install/ui/test/aci_tests.js
@@ -20,13 +20,15 @@
define([
'freeipa/aci',
+ 'freeipa/details',
+ 'freeipa/facet',
'freeipa/field',
'freeipa/ipa',
'freeipa/jquery',
'freeipa/reg',
'freeipa/widget'
],
- function(aci, fields, IPA, $, reg, widgets) {
+ function(aci, mod_details, mod_facet, fields, IPA, $, reg, widgets) {
return function() {
var target_container;
@@ -41,6 +43,8 @@ module('aci', {
fields.register();
widgets.register();
aci.register();
+ mod_facet.register();
+ mod_details.register();
IPA.ajax_options.async = false;
IPA.init({