summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-02-09 17:18:13 +0000
committerJohn McLear <john@mclear.co.uk>2013-02-09 17:18:13 +0000
commit6651ed0b7a41485abcb0caa5019d3221407518dc (patch)
treedb12396321e24f79fdd6e7a01ed6fe451d7887ba /tests
parent280b3a404cadf2dbc3043d3f47b6e337f5c69731 (diff)
downloadetherpad-lite-6651ed0b7a41485abcb0caa5019d3221407518dc.zip
allow all timeslider tests to run
Diffstat (limited to 'tests')
-rw-r--r--tests/frontend/specs/timeslider_revisions.js2
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$;