it("sets initial total_price", function () {
    const input = dom_node.find('#total_price');

    expect(input.attr('value')).toEqual("100");
  });