@@ -23,8 +23,8 @@ test("change", function () {
2323 menu = this . element . selectmenu ( "menuWidget" ) . parent ( ) ,
2424 value = this . element . find ( "option" ) . first ( ) . text ( ) ;
2525
26- button . find ( "a" ) . simulate ( "focus" ) . simulate ( "click" , { clientX : 1 , clientY : 1 } ) ;
27- menu . find ( "a" ) . first ( ) . simulate ( "mouseover" , { clientX : 1 , clientY : 1 } ) . trigger ( "click" ) ;
26+ button . find ( "a" ) . simulate ( "focus" ) . simulate ( "click" ) ;
27+ menu . find ( "a" ) . first ( ) . simulate ( "mouseover" ) . trigger ( "click" ) ;
2828} ) ;
2929
3030
@@ -63,8 +63,8 @@ test("focus", function () {
6363 var button = this . element . selectmenu ( "widget" ) . parent ( ) ,
6464 menu = this . element . selectmenu ( "menuWidget" ) . parent ( ) ;
6565
66- button . find ( "a" ) . simulate ( "focus" ) . simulate ( "click" , { clientX : 1 , clientY : 1 } ) ;
67- menu . find ( ".ui-menu-item" ) . simulate ( "mouseover" , { clientX : 1 , clientY : 1 } ) ;
66+ button . find ( "a" ) . simulate ( "focus" ) . simulate ( "click" ) ;
67+ menu . find ( ".ui-menu-item" ) . simulate ( "mouseover" ) ;
6868} ) ;
6969
7070
@@ -98,8 +98,8 @@ test("select", function () {
9898 var button = this . element . selectmenu ( "widget" ) . parent ( ) ,
9999 menu = this . element . selectmenu ( "menuWidget" ) . parent ( ) ;
100100
101- button . find ( "a" ) . simulate ( "focus" ) . simulate ( "click" , { clientX : 1 , clientY : 1 } ) ;
102- menu . find ( "a" ) . first ( ) . simulate ( "mouseover" , { clientX : 1 , clientY : 1 } ) . trigger ( "click" ) ;
101+ button . find ( "a" ) . simulate ( "focus" ) . simulate ( "click" ) ;
102+ menu . find ( "a" ) . first ( ) . simulate ( "mouseover" ) . trigger ( "click" ) ;
103103} ) ;
104104
105105} ) ( jQuery ) ;
0 commit comments