describe("Add Button", function() {

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