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

    expect(a.text()).toEqual("Back");
  });