beforeEach(() => {
    fixture = TestBed.createComponent(ActivityTilesInfinityGridComponent);
    componentInstance = fixture.componentInstance;
    loaderService = TestBed.inject(LoaderService);
    searchService = TestBed.inject(SearchService);