fix CommentsTabsView js test
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
parent
f32fc97533
commit
6d7714f182
|
@ -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…
Reference in New Issue