fixed broken select menu test

This commit is contained in:
John Bender 2011-01-27 22:44:23 -08:00
parent 5b7201ef48
commit d1ab6bb027

View file

@ -16,7 +16,7 @@
same(menu.parents('.ui-dialog').length, 1);
// select and close the dialog
menu.find('li').click();
menu.parents('ui-dialog').find("span.ui-icon-delete").click();
//bring up the dialog again
select.trigger(mouseUpTouchEnd);