mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
tests: re-enable test for undo
This commit is contained in:
parent
93ee98ea4b
commit
be9afc7955
1 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@ describe("undo button", function(){
|
||||||
this.timeout(60000);
|
this.timeout(60000);
|
||||||
});
|
});
|
||||||
|
|
||||||
/*
|
|
||||||
it("undo some typing by clicking undo button", function(done){
|
it("undo some typing by clicking undo button", function(done){
|
||||||
var inner$ = helper.padInner$;
|
var inner$ = helper.padInner$;
|
||||||
var chrome$ = helper.padChrome$;
|
var chrome$ = helper.padChrome$;
|
||||||
|
@ -30,7 +29,6 @@ describe("undo button", function(){
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
*/
|
|
||||||
|
|
||||||
it("undo some typing using a keypress", function(done){
|
it("undo some typing using a keypress", function(done){
|
||||||
var inner$ = helper.padInner$;
|
var inner$ = helper.padInner$;
|
||||||
|
|
Loading…
Reference in a new issue