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.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/install/ui/test/details_tests.js b/install/ui/test/details_tests.js
index 60c899e60..05308be60 100644
--- a/install/ui/test/details_tests.js
+++ b/install/ui/test/details_tests.js
@@ -18,6 +18,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+define(['freeipa/ipa', 'freeipa/jquery', 'freeipa/details',
+ 'freeipa/entity'], function(IPA, $) {
+ return function() {
+
var details_container;
@@ -352,3 +356,5 @@ test("Testing IPA.details_section_create again()",function() {
'Verifying field '+field.name+' was created');
}
});
+
+};}); \ No newline at end of file