merge conflict
This commit is contained in:
@@ -29,6 +29,6 @@ describe('HomeComponent', () => {
|
||||
|
||||
it('should render title in a h1 tag', async(() => {
|
||||
const compiled = fixture.debugElement.nativeElement;
|
||||
expect(compiled.querySelector('h1').textContent).toBeTruthy();
|
||||
expect(compiled.querySelector('h1').textContent).toContain('PAGES.HOME.TITLE');
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user