Skip to content

Commit 0af99bb

Browse files
committed
fix test
1 parent 5eba3df commit 0af99bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/webapp/app/shared/components/molecules/search-filter-sort-bar.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ describe('SearchFilterSortBar', () => {
282282
totalRecords: 10,
283283
});
284284

285-
const recordCount = fixture.nativeElement.querySelector('.text-text-secondary.text-md');
285+
const recordCount = fixture.nativeElement.querySelector('div[jhiTranslate="entity.filters.recordsFound"]');
286286
expect(recordCount).toBeTruthy();
287287
});
288288

0 commit comments

Comments
 (0)