From 713761c876f650a495f04995d87281b5aeec998f Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 11 Dec 2008 02:45:42 +0000 Subject: Dialog: Partial fix for #3648: Use new CSS framework. --- tests/dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/dialog.js b/tests/dialog.js index ddc32e1b8..95e123a92 100644 --- a/tests/dialog.js +++ b/tests/dialog.js @@ -300,7 +300,7 @@ test("buttons", function() { i++; }); - equals(btn.parent().attr('className'), 'ui-dialog-buttonpane', "buttons in container"); + ok(btn.parent().hasClass('ui-dialog-buttonpane'), "buttons in container"); btn.trigger("click"); var newButtons = { -- cgit v1.2.3