We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a277562 commit 9238fc0Copy full SHA for 9238fc0
tests/unit/dialog/core.js
@@ -122,7 +122,7 @@ QUnit.test( "ui dialog title tagname", function( assert ) {
122
123
var element, wrapper;
124
125
- element = $( "<div>" ).dialog( { modal: true, uiDialogTitleTagName: "h2" } );
+ element = $( "<div>" ).dialog( { modal: true, uiDialogTitleTagName: "<h2>" } );
126
wrapper = document.querySelector( ".ui-dialog-title" );
127
assert.equal( wrapper.tagName, "h2", "The dialog title element is h2" );
128
} );
0 commit comments