Merge branch 'w2p-117573_remove-observable-function-calls-from-template-7.6'

This commit is contained in:
Alexandre Vryghem
2025-06-21 01:18:45 +02:00
31 changed files with 289 additions and 437 deletions

View File

@@ -117,7 +117,7 @@ describe('SubmissionFormComponent', () => {
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();
});