summaryrefslogtreecommitdiffstats
path: root/install/ui/test/details_tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/details_tests.js')
-rw-r--r--install/ui/test/details_tests.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/install/ui/test/details_tests.js b/install/ui/test/details_tests.js
index 0ad9fb720..71eccfb45 100644
--- a/install/ui/test/details_tests.js
+++ b/install/ui/test/details_tests.js
@@ -21,14 +21,14 @@
define([
'freeipa/ipa',
'freeipa/jquery',
+ 'freeipa/details',
'freeipa/facet',
'freeipa/facets',
'freeipa/reg',
- 'freeipa/details',
'freeipa/entity',
'freeipa/field',
'freeipa/widget'],
- function(IPA, $, mod_facet, facets, reg) {
+ function(IPA, $, mod_details, mod_facet, facets, reg) {
return function() {
var details_container;
@@ -46,6 +46,9 @@ module('details', {
]
});
+ mod_facet.register();
+ mod_details.register();
+
IPA.init({
url: 'data',
on_error: function(xhr, text_status, error_thrown) {