From 6ffab2e8270a7655862b672476019bc1337b7720 Mon Sep 17 00:00:00 2001 From: Ralf Koller Date: Tue, 6 Aug 2024 00:32:09 +0200 Subject: [PATCH] change to the new default value 0 for uiDialogTitleHeadingLevel --- tests/unit/dialog/common-deprecated.js | 2 +- tests/unit/dialog/common.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/dialog/common-deprecated.js b/tests/unit/dialog/common-deprecated.js index f961bbb4f5..2cdae9681d 100644 --- a/tests/unit/dialog/common-deprecated.js +++ b/tests/unit/dialog/common-deprecated.js @@ -34,7 +34,7 @@ common.testWidget( "dialog", { resizable: true, show: null, title: null, - uiDialogTitleTagName: "", + uiDialogTitleHeadingLevel: 0, width: 300, // Callbacks diff --git a/tests/unit/dialog/common.js b/tests/unit/dialog/common.js index 6357bf7e8f..f311810476 100644 --- a/tests/unit/dialog/common.js +++ b/tests/unit/dialog/common.js @@ -33,7 +33,7 @@ common.testWidget( "dialog", { resizable: true, show: null, title: null, - uiDialogTitleTagName: "", + uiDialogTitleHeadingLevel: 0, width: 300, // Callbacks