mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-23 03:20:59 +01:00
tests: re-enable test for undo
This commit is contained in:
parent
93ee98ea4b
commit
be9afc7955
@ -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…
x
Reference in New Issue
Block a user