Skip to content
Snippets Groups Projects
Unverified Commit 29d68d7a authored by Allan Nordhøy's avatar Allan Nordhøy Committed by GitHub
Browse files

There was an error loading → could not load

parent 26350739
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment