From 6f4884f6f5b422bacbb20dbd82d90d351a985a4b Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 3 Dec 2014 11:23:59 -0500 Subject: Dialog: Add classes option Ref #7053 Ref gh-1411 --- tests/unit/dialog/dialog_common.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/unit/dialog/dialog_common.js') diff --git a/tests/unit/dialog/dialog_common.js b/tests/unit/dialog/dialog_common.js index 87f7f7d15..fc5105d74 100644 --- a/tests/unit/dialog/dialog_common.js +++ b/tests/unit/dialog/dialog_common.js @@ -3,11 +3,13 @@ TestHelpers.commonWidgetTests( "dialog", { appendTo: "body", autoOpen: true, buttons: [], - classes: {}, + classes: { + "ui-dialog": "ui-corner-all", + "ui-dialog-titlebar": "ui-corner-all" + }, closeOnEscape: true, closeText: "Close", disabled: false, - dialogClass: "", draggable: true, height: "auto", hide: null, -- cgit v1.2.3