Skip to content

Commit

Permalink
Selectmenu Test: rename widget method test
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Apr 29, 2013
1 parent 0d7b25d commit d66528b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/selectmenu/selectmenu_methods.js
Expand Up @@ -144,7 +144,7 @@ test( "refresh - disabled optgroup", function () {
}
});

test( "widget", function() {
test( "widget and menuWidget", function() {
expect( 4 );
var element = $( "#speed" ).selectmenu(),
button = element.selectmenu( "widget" ),
Expand Down

0 comments on commit d66528b

Please sign in to comment.