Merge branch 'master' into my-comments-ux

This commit is contained in:
Belén Curcio
2017-03-22 16:25:06 -03:00
committed by GitHub
42 changed files with 1604 additions and 246 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ describe('graph.mutations.addCommentTag', () => {
}
expect(response.errors).to.be.empty;
expect(response.data.addCommentTag.errors).to.deep.equal([{'translation_key':'NOT_AUTHORIZED'}]);
expect(response.data.addCommentTag.comment).to.be.null;
expect(response.data.addCommentTag.comment).to.be.null;
});
});
});