describe("Remove Button", function() {
    it("should have a button to remove", function() {
      expect(this.addRemove.find(".btn-remove").exists()).to.be.true;
    });