it("works", function () {
      const info = react_dom.find('.page-info');
      expect(info.text()).toContain('Bakery,grams');
    });