Skip to content
Prev Previous commit
Apply suggestions from code review
  • Loading branch information
mgol authored Nov 8, 2021
commit d29cb28387e969f0a04c4ddd8bc5d7bb5039b4c2
4 changes: 2 additions & 2 deletions tests/unit/tooltip/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ QUnit.test( "remove conflicting attributes from live region", function( assert )
} );

// gh-1990
QUnit.test( "widget and tooltip regression from 1.12.1", function( assert ) {
QUnit.test( "don't crash on empty tooltip content", function( assert ) {
var ready = assert.async();
assert.expect( 1 );

Expand Down Expand Up @@ -317,7 +317,7 @@ QUnit.test( "widget and tooltip regression from 1.12.1", function( assert ) {
"close:anchortitle",
"open:anchortitle",
"close:anchortitle"
], "The tooltip open and close" );
], "Tooltip opens and closes without crashing" );
ready();
}

Expand Down