adding i18n to loading and errror messages (wip)

This commit is contained in:
William Welling
2017-10-05 05:59:01 -05:00
parent 88ec5e8db9
commit 5b45871bff
7 changed files with 46 additions and 24 deletions

View File

@@ -22,8 +22,8 @@ describe('LoadingComponent (inline template)', () => {
comp = fixture.componentInstance; // LoadingComponent test instance
// query for the message <span> by CSS element selector
de = fixture.debugElement.query(By.css('span'));
// query for the message <label> by CSS element selector
de = fixture.debugElement.query(By.css('label'));
el = de.nativeElement;
});