aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/tooltip/core.js')
-rw-r--r--tests/unit/tooltip/core.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/tooltip/core.js b/tests/unit/tooltip/core.js
index 0e765c4ba..8fb2fcf92 100644
--- a/tests/unit/tooltip/core.js
+++ b/tests/unit/tooltip/core.js
@@ -135,7 +135,7 @@ QUnit.test( "tooltip on .ui-state-disabled element", function( assert ) {
assert.equal( $( ".ui-tooltip" ).length, 0 );
} );
-// http://bugs.jqueryui.com/ticket/8740
+// https://bugs.jqueryui.com/ticket/8740
QUnit.test( "programmatic focus with async content", function( assert ) {
var ready = assert.async();
assert.expect( 2 );
@@ -185,7 +185,7 @@ QUnit.test( "destroy during hide animation; only one close event", function( ass
} );
} );
-// http://bugs.jqueryui.com/ticket/10602
+// https://bugs.jqueryui.com/ticket/10602
QUnit.test( "multiple active delegated tooltips", function( assert ) {
var ready = assert.async();
assert.expect( 1 );
@@ -234,7 +234,7 @@ QUnit.test( "multiple active delegated tooltips", function( assert ) {
step1();
} );
-// http://bugs.jqueryui.com/ticket/11272
+// https://bugs.jqueryui.com/ticket/11272
QUnit.test( "remove conflicting attributes from live region", function( assert ) {
assert.expect( 2 );