mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
fixed broken select menu test
This commit is contained in:
parent
5b7201ef48
commit
d1ab6bb027
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue