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