mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-05-13 03:01:39 -04:00
Selectmenu: updated options and events unit tests
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user