Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/3233/head
Jan-Christoph Borchardt 8 years ago
parent 2ccaae8968
commit 0f0b04b7d9
  1. 2
      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) {

Loading…
Cancel
Save