describe("Source", function() {
    it("should update state when input changes", function() {
      expect(this.tableManagerModal.state().data.title).to.be.equals("");
      const sourceInput = findReactWrapper(".bs-modal input[name=\"source\"]", this.tableManagerModal);
      sourceInput.props().onChange({