Skip to content

Commit e3f4ef5

Browse files
author
Maxim Uhlemann
committed
Fix test
1 parent 97ac75d commit e3f4ef5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/features/landingpage/views/landing-page/landing-page.component.spec.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ describe('LandingPageComponent', () => {
66

77
it('should render', () => {
88
const fixture = MockRender(LandingPageComponent);
9-
expect(ngMocks.formatHtml(fixture)).toContain('<app-header>');
9+
expect(ngMocks.formatHtml(fixture)).toContain(
10+
'Anwendungshandbücher für Menschen',
11+
);
1012
});
1113
});

0 commit comments

Comments
 (0)