diff --git a/__tests__/shared/components/TrackIcon/__snapshots__/index.jsx.snap b/__tests__/shared/components/TrackIcon/__snapshots__/index.jsx.snap index 3b2750a7be..b7e3cd83ae 100644 --- a/__tests__/shared/components/TrackIcon/__snapshots__/index.jsx.snap +++ b/__tests__/shared/components/TrackIcon/__snapshots__/index.jsx.snap @@ -7,7 +7,7 @@ exports[`Matches shallow shapshot 1`] = `
- Cd + CH
- Cd + CH
TCO
@@ -49,7 +49,7 @@ exports[`Matches shallow shapshot 3`] = `
- Cd + CH
{ diff --git a/__tests__/shared/components/challenge-listing/Filters/FiltersPanel.jsx b/__tests__/shared/components/challenge-listing/Filters/FiltersPanel.jsx index 82fd4e8cc8..126bf4a6b0 100644 --- a/__tests__/shared/components/challenge-listing/Filters/FiltersPanel.jsx +++ b/__tests__/shared/components/challenge-listing/Filters/FiltersPanel.jsx @@ -25,7 +25,7 @@ const mockDatas = [{ setFilterState, setSearchText, validKeywords: ['key', 'word'], - validSubtracks: [{ name: 'sub', subTrack: 'sub' }, { name: 'track', subTrack: 'track' }], + validTypes: [{ name: 'sub', subTrack: 'sub' }, { name: 'track', subTrack: 'track' }], onClose, }, { communityFilters: [ @@ -42,7 +42,7 @@ const mockDatas = [{ setFilterState, setSearchText, validKeywords: [], - validSubtracks: [], + validTypes: [], onClose, }]; diff --git a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeFilters.jsx.snap b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeFilters.jsx.snap index 5a29b8846c..4fe80207f5 100644 --- a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeFilters.jsx.snap +++ b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeFilters.jsx.snap @@ -73,7 +73,7 @@ exports[`Matches shallow shapshot shapshot 1`] = ` "", ] } - validSubtracks={ + validTypes={ Array [ "", ] @@ -85,9 +85,11 @@ exports[`Matches shallow shapshot shapshot 1`] = ` devEnabled={true} onClose={[Function]} opened={true} + qaEnabled={true} switchDataScience={[Function]} switchDesign={[Function]} switchDev={[Function]} + switchQA={[Function]} /> `; @@ -159,6 +161,23 @@ exports[`Matches shallow shapshot shapshot 2`] = ` themePriority="adhoc-context-default" /> + + +