test(theme-shared): correct the test for sort icon component

pull/2407/head
TheDiaval 6 years ago
parent b0ddb294fd
commit 08c7dcfe54

@ -24,7 +24,7 @@ describe('SortOrderIconComponent', () => {
component.sort(newKey);
expect(component.selectedSortKey).toBe(newKey);
expect(component.order).toBe('asc');
expect(component.icon).toBe('fa-sort-asc');
expect(component.icon).toBe('sorting_asc');
});
test("shouldn't have any icon class when sortKey and selectedSortKey are different", () => {

Loading…
Cancel
Save