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 1e6418a commit d9fc576Copy full SHA for d9fc576
tests/unit/selectmenu/methods.js
@@ -95,7 +95,7 @@ asyncTest( "refresh - change selected option", function() {
95
element.find( "option" ).prop( "selected", false );
96
element.append( "<option selected value=\"selected_option\">Selected option</option>" );
97
element.selectmenu( "refresh" );
98
- equal( " Selected option", button.text(), "button text after adding selected option" );
+ equal( button.text(), " Selected option", "button text after adding selected option" );
99
100
start();
101
});
0 commit comments