mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 17:14:42 +00:00
Updating select menu tests to match recent dialog markup changes.
This commit is contained in:
parent
f5794cf7c8
commit
573fcf8668
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
},
|
||||
|
||||
function(){
|
||||
ok( $.mobile.activePage.hasClass('ui-dialog'), "the dialog came up" );
|
||||
ok( $.mobile.activePage.hasClass('ui-dialog-page'), "the dialog came up" );
|
||||
var option = $.mobile.activePage.find( "li a" ).not(":contains('" + selectButton.text() + "')").last();
|
||||
value = option.text();
|
||||
option.click();
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
},
|
||||
|
||||
function(){
|
||||
ok( $.mobile.activePage.hasClass('ui-dialog'), "the dialog came up" );
|
||||
ok( $.mobile.activePage.hasClass('ui-dialog-page'), "the dialog came up" );
|
||||
$.mobile.activePage.find( "li a" ).last().click();
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue