mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
117287: Removed remaining observable function calls from the HTML templates
This commit is contained in:
@@ -117,7 +117,7 @@ describe('SubmissionFormComponent Component', () => {
|
||||
expect(compAsAny.submissionSections).toBeUndefined();
|
||||
expect(compAsAny.subs).toEqual([]);
|
||||
expect(submissionServiceStub.startAutoSave).not.toHaveBeenCalled();
|
||||
expect(comp.loading).toBeObservable(cold('(a|)', { a: true }));
|
||||
expect(comp.isLoading$).toBeObservable(cold('(a|)', { a: true }));
|
||||
done();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user