We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004d768 commit 23ea063Copy full SHA for 23ea063
tests/unit/selectmenu/selectmenu_methods.js
@@ -90,7 +90,7 @@ asyncTest( "refresh - change selected option", function() {
90
"button text after changing selected option" );
91
92
element.find( "option" ).prop( "selected", false );
93
- element.prepend( "<option selected value=\"selected_option\">Selected option</option>" );
+ element.append( "<option selected value=\"selected_option\">Selected option</option>" );
94
element.selectmenu( "refresh" );
95
equal( "Selected option", button.text(), "button text after adding selected option" );
96
0 commit comments