Changeset 33562
- Timestamp:
- 08/03/2015 09:57:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/qunit/wp-admin/js/customize-nav-menus.js
r33528 r33562 66 66 ok( controls[0].extended( api.Menus.MenuNameControl ), 'first control in menu section is MenuNameControl' ); 67 67 ok( controls[1].extended( api.Menus.MenuItemControl ), 'second control in menu section is MenuItemControl' ); 68 console.info( 'noep', controls[ controls.length - 1].id )69 68 ok( controls[ controls.length - 1 ].extended( api.Menus.MenuAutoAddControl ), 'last control in menu section is a MenuAutoAddControl' ); 70 69 } );
Note: See TracChangeset
for help on using the changeset viewer.