mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Menu Tests: Increase timeout on page up/down test
This commit is contained in:
parent
c275ebe09b
commit
474912313a
@ -584,7 +584,7 @@ asyncTest("handle page up and page down before the menu has focus", function() {
|
|||||||
element.simulate( "keydown", { keyCode: $.ui.keyCode.PAGE_UP } );
|
element.simulate( "keydown", { keyCode: $.ui.keyCode.PAGE_UP } );
|
||||||
equal( $("#log").html(), "0,0,keydown,", "Page Up and Page Down bring initial focus to first item");
|
equal( $("#log").html(), "0,0,keydown,", "Page Up and Page Down bring initial focus to first item");
|
||||||
start();
|
start();
|
||||||
}, 350);
|
}, 500);
|
||||||
});
|
});
|
||||||
|
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
Loading…
Reference in New Issue
Block a user