Put jasmine.Clock.tick back down to 200 (bumped to 400 during debugging & accidentally checked in)
This commit is contained in:
parent
8de71d41e4
commit
5b6eca893b
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ describe("Stream", function() {
|
||||||
Stream.toggleComments.call(
|
Stream.toggleComments.call(
|
||||||
link, {preventDefault: function(){} }
|
link, {preventDefault: function(){} }
|
||||||
);
|
);
|
||||||
jasmine.Clock.tick(400);
|
jasmine.Clock.tick(200);
|
||||||
expect(link.text()).toEqual("comments.hide pl");
|
expect(link.text()).toEqual("comments.hide pl");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue