Skip to content

Commit b2b5479

Browse files
committed
Menu tests: Added TODOs for missing method tests.
1 parent 70c5cce commit b2b5479

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

tests/unit/menu/menu_methods.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,30 @@ test( "refresh", function() {
4444
equal( element.find( ".ui-menu-item" ).length, 5, "Incorrect number of menu items" );
4545
});
4646

47+
// TODO: test focus method
48+
49+
// TODO: test blur method
50+
51+
// TODO: test collapseAll method
52+
53+
// TODO: test collapse method
54+
55+
// TODO: test expand method
56+
57+
// TODO: test next method
58+
59+
// TODO: test prev method
60+
61+
// TODO: test isFirstItem method
62+
63+
// TODO: test isLastItem method
64+
65+
// TODO: test nextPage method
66+
67+
// TODO: test prevPage method
68+
69+
// TODO: test select method
70+
4771
test( "destroy", function() {
4872
expect( 4 );
4973
domEqual( "#menu1", function() {

0 commit comments

Comments
 (0)