fix CommentsTabsView js test

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
pull/4374/head
Georg Ehrke 8 years ago
parent f32fc97533
commit 6d7714f182
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
  1. 2
      apps/comments/tests/js/commentstabviewSpec.js

@ -153,7 +153,7 @@ describe('OCA.Comments.CommentsTabView tests', function() {
expect($comment.find('strong:first').text()).toEqual('Thane of Cawdor');
expect($comment.find('.avatar[data-user=banquo]').length).toEqual(1);
expect($comment.find('strong:last-child').text()).toEqual('Lord Banquo');
expect($comment.find('.avatar-name-wrapper:last-child strong').text()).toEqual('Lord Banquo');
});
});

Loading…
Cancel
Save