diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-26 00:06:56 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-26 00:06:56 +0200 |
commit | 0f0b04b7d9b4fa8c3c74218c222194f0f2f9e8b7 (patch) | |
tree | 1dd37958db478cffdb52c59971ca9cdffa8e271c /core | |
parent | 2ccaae89681751c3c7d99caa1abd79daa910d35e (diff) | |
download | nextcloud-server-0f0b04b7d9b4fa8c3c74218c222194f0f2f9e8b7.tar.gz nextcloud-server-0f0b04b7d9b4fa8c3c74218c222194f0f2f9e8b7.zip |
Fix test
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/js/tests/specs/contactsmenuSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/tests/specs/contactsmenuSpec.js b/core/js/tests/specs/contactsmenuSpec.js index 8749275241a..8e57dc35f01 100644 --- a/core/js/tests/specs/contactsmenuSpec.js +++ b/core/js/tests/specs/contactsmenuSpec.js @@ -72,7 +72,7 @@ describe('Contacts menu', function() { fakeServer.respond(); opening.then(function() { - expect($menuEl.html()).toContain('Could not load your contacts.'); + expect($menuEl.html()).toContain('There was an error loading your contacts'); expect(console.error).toHaveBeenCalledTimes(1); done(); }, function(e) { |