From 23ea063b3c60af1fcc6bc6c2766d3ff1ffed48be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 24 Apr 2014 08:37:38 -0400 Subject: [PATCH] Selectmenu: Work around test bug in IE --- tests/unit/selectmenu/selectmenu_methods.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/selectmenu/selectmenu_methods.js b/tests/unit/selectmenu/selectmenu_methods.js index 656707011..ca1b8c6a3 100644 --- a/tests/unit/selectmenu/selectmenu_methods.js +++ b/tests/unit/selectmenu/selectmenu_methods.js @@ -90,7 +90,7 @@ asyncTest( "refresh - change selected option", function() { "button text after changing selected option" ); element.find( "option" ).prop( "selected", false ); - element.prepend( "" ); + element.append( "" ); element.selectmenu( "refresh" ); equal( "Selected option", button.text(), "button text after adding selected option" ); -- 2.39.5