diff options
Diffstat (limited to 'tests/unit/dialog')
-rw-r--r-- | tests/unit/dialog/methods.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dialog/methods.js b/tests/unit/dialog/methods.js index 6b10b399f..90a6a6455 100644 --- a/tests/unit/dialog/methods.js +++ b/tests/unit/dialog/methods.js @@ -197,7 +197,7 @@ QUnit.test( "open", function( assert ) { assert.ok( element.dialog( "widget" ).is( ":visible" ) && !element.dialog( "widget" ).is( ":hidden" ), "dialog visible after open method called" ); } ); -// http://bugs.jqueryui.com/ticket/6137 +// https://bugs.jqueryui.com/ticket/6137 QUnit.test( "Ensure form elements don't reset when opening a dialog", function( assert ) { assert.expect( 2 ); |