mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Fix jsunit
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
719f9288b9
commit
13230f180a
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ describe('OC.Share.ShareDialogView', function() {
|
|||
});
|
||||
|
||||
it('test avatar for circle', function() {
|
||||
var avatarElement = dialog.$('.avatar').eq(4);
|
||||
var avatarElement = dialog.$('.avatar').eq(5);
|
||||
expect(avatarElement.css('background')).toContain('path/to/the/avatar');
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue