Skip to content

Commit 5432860

Browse files
committed
test(esf): update helper method #5448
1 parent c9cdc57 commit 5432860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/test-utils/grid-functions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ export class GridFunctions {
746746

747747
public static getExcelFilteringLoadingIndicator(fix: ComponentFixture<any>) {
748748
const searchComponent = GridFunctions.getExcelStyleSearchComponent(fix);
749-
const loadingIndicator = searchComponent.querySelector('.igx-excel-filter-loading');
749+
const loadingIndicator = searchComponent.querySelector('.igx-excel-filter__loading');
750750
return loadingIndicator;
751751
}
752752

0 commit comments

Comments
 (0)