it('no title in the DOM after createComponent()', () => {
  expect(h1.textContent).toEqual('');
});