it('should display original title', () => {
  expect(h1.textContent).toContain(component.title);
});