We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f0c00 commit bde53edCopy full SHA for bde53ed
1 file changed
test/unit/event.js
@@ -3060,7 +3060,7 @@ QUnit.test( "focus-blur order (#12868)", function( assert ) {
3060
setTimeout( function() {
3061
3062
// DOM focus is unreliable in TestSwarm
3063
- if ( order === 0 ) {
+ if ( QUnit.isSwarm && order === 0 ) {
3064
assert.ok( true, "GAP: Could not observe focus change" );
3065
3066
}
0 commit comments