it("shows item name", function () {
    const div_item = react_dom.find('[data-name]');

    expect(div_item.text()).toContain('Brown Bread');
  });