mirror of
				https://github.com/ether/etherpad-lite.git
				synced 2025-11-04 02:01:30 +01:00 
			
		
		
		
	fixed change user name test
This commit is contained in:
		
							parent
							
								
									c5b68bb6ca
								
							
						
					
					
						commit
						4944dcbd1c
					
				@ -58,11 +58,6 @@ describe("change username value", function(){
 | 
				
			|||||||
  });
 | 
					  });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  it("make sure the username has stuck when we create a new pad", function(done){
 | 
					  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 inner$ = helper.padInner$;
 | 
				
			||||||
    var chrome$ = helper.padChrome$;
 | 
					    var chrome$ = helper.padChrome$;
 | 
				
			||||||
    var $usernameInput = chrome$("#myusernameedit");
 | 
					    var $usernameInput = chrome$("#myusernameedit");
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user