describe("Source Input", function() {
    it("should open with correct source value if has already one", function() {
      const titleInput = this.tableManagerMetadata.find("input[name=\"source\"]");
      expect(titleInput.prop("value")).to.be.equal("source");
    });