Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-04-26 00:06:56 +02:00
parent 2ccaae8968
commit 0f0b04b7d9
1 changed files with 1 additions and 1 deletions

View File

@ -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) {