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.
  • Loading branch information
jzaefferer committed Nov 25, 2013
1 parent 8eeb0e7 commit 63026bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/button/button_core.js
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 63026bd

Please sign in to comment.