tests: re-enable test for undo

This commit is contained in:
John McLear 2020-03-23 10:43:50 +00:00 committed by muxator
parent 93ee98ea4b
commit be9afc7955

View file

@ -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$;