mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: updated options and events unit tests
This commit is contained in:
commit
d02f6063e2
@ -24,6 +24,8 @@
|
||||
value = this.element.find("option").eq(0).text();
|
||||
|
||||
menu.find(".ui-menu-item").eq(0).simulate("click");
|
||||
|
||||
equals(this.element.selectmenu("option", "value"), "Slower", "should be set to first option");
|
||||
});
|
||||
|
||||
test("close", function () {
|
||||
|
Loading…
Reference in New Issue
Block a user