Skip to content

Commit

Permalink
Button unit tests: Make sure the test timeout runs after the formRese…
Browse files Browse the repository at this point in the history
…tHandler. Fixes unit tests in IE7.

(cherry picked from commit 63026bd)
  • Loading branch information
jzaefferer authored and scottgonzalez committed Nov 26, 2013
1 parent e704b1f commit 3f055d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/button/button_core.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ asyncTest( "Resetting a button's form should refresh the visual state of the but
setTimeout(function() {
ok( checkbox.button( "widget" ).hasClass( "ui-state-active" ));
start();
});
}, 1 );
});

asyncTest( "#6711 Checkbox/Radiobutton do not Show Focused State when using Keyboard Navigation", function() {
Expand Down

0 comments on commit 3f055d4

Please sign in to comment.