Merge branch 'next-minor' into develop

This commit is contained in:
Steffen van Bergerem 2017-01-28 18:04:21 +01:00
commit 2aa91e0b62
No known key found for this signature in database
GPG key ID: 315C9787D548DC6B

View file

@ -7,7 +7,7 @@ describe("Diaspora.Mobile.Comments", function(){
describe("initialize", function() {
it("calls submitComment when the comment form has been submitted", function() {
spyOn(Diaspora.Mobile.Comments, "submitComment");
spyOn(Diaspora.Mobile.Comments, "submitComment").and.returnValue(false);
Diaspora.Mobile.Comments.initialize();
Diaspora.Mobile.Comments.showCommentBox($(".stream .comment-action").first());
$(".stream .new_comment").first().submit();