We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9cdc57 commit 5432860Copy full SHA for 5432860
projects/igniteui-angular/src/lib/test-utils/grid-functions.spec.ts
@@ -746,7 +746,7 @@ export class GridFunctions {
746
747
public static getExcelFilteringLoadingIndicator(fix: ComponentFixture<any>) {
748
const searchComponent = GridFunctions.getExcelStyleSearchComponent(fix);
749
- const loadingIndicator = searchComponent.querySelector('.igx-excel-filter-loading');
+ const loadingIndicator = searchComponent.querySelector('.igx-excel-filter__loading');
750
return loadingIndicator;
751
}
752
0 commit comments