it("disables button", function () {
      const button = react_dom.find('button');

      expect(button.prop('disabled')).toBeTruthy();
    });