summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/ipa_tests.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/install/ui/test/ipa_tests.js b/install/ui/test/ipa_tests.js
index 41163df1..9385a391 100644
--- a/install/ui/test/ipa_tests.js
+++ b/install/ui/test/ipa_tests.js
@@ -155,10 +155,8 @@ test("Testing successful IPA.cmd().", function() {
"Checking ajax invocation counter"
);
- var dialog = IPA.error_dialog.parent('.ui-dialog');
-
ok(
- !dialog.length,
+ !IPA.error_dialog,
"The dialog box is not created."
);
@@ -284,7 +282,7 @@ test("Testing unsuccessful IPA.cmd().", function() {
);
ok(
- !IPA.error_dialog.dialog('isOpen'),
+ !IPA.error_dialog,
"After cancel, the dialog box is closed."
);