Skip to content

Commit

Permalink
Fix js test
Browse files Browse the repository at this point in the history
  • Loading branch information
rullzer committed Oct 4, 2016
1 parent 5ca50d9 commit c83b3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/comments/tests/js/commentstabviewSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ describe('OCA.Comments.CommentsTabView tests', function() {
var $formRow = view.$el.find('.newCommentRow.comment[data-id=1]');
expect($formRow.length).toEqual(1);

$formRow.find('input').val('modified message');
$formRow.find('textarea').val('modified message');
$formRow.find('form').submit();

expect(saveStub.calledOnce).toEqual(true);
Expand Down

0 comments on commit c83b3e6

Please sign in to comment.