mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
allow all timeslider tests to run
This commit is contained in:
parent
280b3a404c
commit
6651ed0b7a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ describe("timeslider", function(){
|
|||
helper.newPad(cb);
|
||||
this.timeout(6000);
|
||||
});
|
||||
xit("loads adds a hundred revisions", function(done) {
|
||||
it("loads adds a hundred revisions", function(done) {
|
||||
var inner$ = helper.padInner$;
|
||||
var chrome$ = helper.padChrome$;
|
||||
|
||||
|
|
Loading…
Reference in a new issue