Selectmenu: updated options and events unit tests

This commit is contained in:
Dan Wellman
2011-12-13 22:24:12 +00:00

View File

@@ -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 () {