There was an error loading → could not load
This commit is contained in:
parent
2635073909
commit
29d68d7a35
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue