There was an error loading → could not load

This commit is contained in:
Allan Nordhøy 2018-01-20 09:15:50 +01:00 committed by GitHub
parent 2635073909
commit 29d68d7a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ describe('Contacts menu', function() {
fakeServer.respond(); fakeServer.respond();
opening.then(function() { 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); expect(console.error).toHaveBeenCalledTimes(1);
done(); done();
}, function(e) { }, function(e) {