it("sets new store link", function () {
    const a = dom_node.find('a[href="/new_store"]');

    expect(a.text()).toEqual("New Store");
  });