diff options
Diffstat (limited to 'core/js/tests/specs/contactsmenuSpec.js')
-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 8e57dc35f01..3fa8671e2ac 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('There was an error loading your contacts'); + expect($menuEl.html()).toContain('Could not load your contacts'); expect(console.error).toHaveBeenCalledTimes(1); done(); }, function(e) { |