Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/tests/specs/sharedialogviewSpec.js')
-rw-r--r--core/js/tests/specs/sharedialogviewSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/tests/specs/sharedialogviewSpec.js b/core/js/tests/specs/sharedialogviewSpec.js
index 33d3be51440..20504c56b67 100644
--- a/core/js/tests/specs/sharedialogviewSpec.js
+++ b/core/js/tests/specs/sharedialogviewSpec.js
@@ -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');
});