describe('when calling it a second time in a row', () => {
      beforeEach(() => {
        overlayView.display();
      });
      it('should not trigger the events again, because it is already displaying', () => {