it('should open in the given initial state when defined', function() {
      compileAndClickTheButton('<button box-overlay box-initial-state="FULL_SCREEN" />');

      expect(angular.element('.full-screen')).to.have.length(1);
    });