diff options
author | John McLear <john@mclear.co.uk> | 2013-02-09 17:18:13 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2013-02-09 17:18:13 +0000 |
commit | 6651ed0b7a41485abcb0caa5019d3221407518dc (patch) | |
tree | db12396321e24f79fdd6e7a01ed6fe451d7887ba /tests | |
parent | 280b3a404cadf2dbc3043d3f47b6e337f5c69731 (diff) | |
download | etherpad-lite-6651ed0b7a41485abcb0caa5019d3221407518dc.zip |
allow all timeslider tests to run
Diffstat (limited to 'tests')
-rw-r--r-- | tests/frontend/specs/timeslider_revisions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/specs/timeslider_revisions.js b/tests/frontend/specs/timeslider_revisions.js index 54af44ba..67938134 100644 --- a/tests/frontend/specs/timeslider_revisions.js +++ b/tests/frontend/specs/timeslider_revisions.js @@ -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$; |