mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
fixed change user name test
This commit is contained in:
parent
c5b68bb6ca
commit
4944dcbd1c
1 changed files with 0 additions and 5 deletions
|
@ -58,11 +58,6 @@ describe("change username value", function(){
|
|||
});
|
||||
|
||||
it("make sure the username has stuck when we create a new pad", function(done){
|
||||
beforeEach(function(cb){ // create another pad..
|
||||
helper.newPad(cb);
|
||||
this.timeout(60000);
|
||||
});
|
||||
|
||||
var inner$ = helper.padInner$;
|
||||
var chrome$ = helper.padChrome$;
|
||||
var $usernameInput = chrome$("#myusernameedit");
|
||||
|
|
Loading…
Reference in a new issue