mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
small fixs for linux chrome tests
This commit is contained in:
parent
6089618431
commit
bf5d09cf9c
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
});
|
||||
|
||||
asyncTest( "Slides back to main page when back button is clicked", function() {
|
||||
$.testHelper.openPage("#basic-linked-results");
|
||||
$.testHelper.openPage("#basic-link-results");
|
||||
|
||||
$('#basic-link-results a:contains("Back")').click();
|
||||
setTimeout(function() {
|
||||
|
|
@ -227,7 +227,7 @@
|
|||
}, 500);
|
||||
|
||||
setTimeout(function() {
|
||||
same($searchPage.find('li[style^="display: none;"]').length, 0);
|
||||
same($searchPage.find("li[style^='display: none;']").length, 0);
|
||||
start();
|
||||
}, 1000);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue