mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
adding i18n to loading and errror messages (wip)
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user