it("shows package_unit", function () {
    const span = dom_node.find('#package_unit');

    expect(span.text()).toEqual("KG");
  });