mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
Merge pull request #1476 from ether/enable-timeslider-tests
Reenable timeslider revision test
This commit is contained in:
commit
43b2971a54
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