mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
this approach seems to work better for change in latest jQ
This commit is contained in:
parent
3460159f68
commit
cadb671ae1
1 changed files with 2 additions and 4 deletions
|
@ -56,10 +56,8 @@ describe("Language select and change", function(){
|
||||||
|
|
||||||
//click the language button
|
//click the language button
|
||||||
var $language = chrome$("#languagemenu");
|
var $language = chrome$("#languagemenu");
|
||||||
var $languageoption = $language.find("[value=en]");
|
//select english
|
||||||
|
$language.val("en");
|
||||||
//select german
|
|
||||||
$languageoption.attr('selected','selected');
|
|
||||||
$language.change();
|
$language.change();
|
||||||
|
|
||||||
//get the value of the bold button
|
//get the value of the bold button
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue