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 564b793 commit 6f8307dCopy full SHA for 6f8307d
tests/unit/dialog/core.js
@@ -124,7 +124,7 @@ QUnit.test( "ui dialog title tagname", function( assert ) {
124
125
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" );
+ assert.equal( wrapper.tagName, "h2", "The dialog title element is h2" );
128
} );
129
130
QUnit.test( "widget method", function( assert ) {
0 commit comments