mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
simple loading animation and fade in and out animations
This commit is contained in:
@@ -22,8 +22,8 @@ describe('LoadingComponent (inline template)', () => {
|
||||
|
||||
comp = fixture.componentInstance; // LoadingComponent test instance
|
||||
|
||||
// query for the title <div> by CSS element selector
|
||||
de = fixture.debugElement.query(By.css('div'));
|
||||
// query for the message <span> by CSS element selector
|
||||
de = fixture.debugElement.query(By.css('span'));
|
||||
el = de.nativeElement;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user