mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -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
|
||||
var $language = chrome$("#languagemenu");
|
||||
var $languageoption = $language.find("[value=en]");
|
||||
|
||||
//select german
|
||||
$languageoption.attr('selected','selected');
|
||||
//select english
|
||||
$language.val("en");
|
||||
$language.change();
|
||||
|
||||
//get the value of the bold button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue