it(`should display modal gallery and call onCustomEmit`, () => {
      const modalGalleryService = fixture.debugElement.injector.get(ModalGalleryService);
      const configService = fixture.debugElement.injector.get(ConfigService);

      configService.setConfig(GALLERY_ID, { accessibilityConfig: KS_DEFAULT_ACCESSIBILITY_CONFIG });