@@ -5,6 +5,9 @@ exports[`Matches shallow shapshot 1 shapshot 1 1`] = `
5
5
className = " src-shared-components-challenge-listing-___style__ChallengeFiltersExample___3IjeI"
6
6
id = " challengeFilterContainer"
7
7
>
8
+ <Connect(Container)
9
+ setFilterState={ [MockFunction ]}
10
+ />
8
11
<div
9
12
className = " src-shared-components-challenge-listing-___style__tc-content-wrapper___1MqlF"
10
13
>
@@ -21,41 +24,34 @@ exports[`Matches shallow shapshot 1 shapshot 1 1`] = `
21
24
setFilterState={ [MockFunction ]}
22
25
/>
23
26
</div >
24
- <div
25
- className = " src-shared-components-challenge-listing-___style__card-container___3-J4n"
26
- >
27
- <Connect(Container)
28
- setFilterState={ [MockFunction ]}
29
- />
30
- <Connect(Listing)
31
- activeBucket="abc"
32
- auth={ Object {}}
33
- challenges={ Array []}
34
- communityName={ null }
35
- expandTag={ null }
36
- expandedTags={ Array []}
37
- expanding={ false }
38
- filterState={ Object {}}
39
- loadMoreActive={ null }
40
- loadMoreAll={ null }
41
- loadMoreMy={ null }
42
- loadMoreMyPast={ null }
43
- loadMoreOnGoing={ null }
44
- loadMoreOpenForRegistration={ null }
45
- loadMorePast={ null }
46
- loadMoreReviewOpportunities={ null }
47
- loadingPastChallenges={ false }
48
- newChallengeDetails={ false }
49
- openChallengesInNewTabs={ false }
50
- preListingMsg={ null }
51
- prizeMode="money-usd"
52
- reviewOpportunities={ Array []}
53
- selectBucket={ [MockFunction ]}
54
- setFilterState={ [MockFunction ]}
55
- setSort={ [MockFunction ]}
56
- sorts={ Object {}}
57
- />
58
- </div >
27
+ <Connect(Listing)
28
+ activeBucket="abc"
29
+ auth={ Object {}}
30
+ challenges={ Array []}
31
+ communityName={ null }
32
+ expandTag={ null }
33
+ expandedTags={ Array []}
34
+ expanding={ false }
35
+ filterState={ Object {}}
36
+ loadMoreActive={ null }
37
+ loadMoreAll={ null }
38
+ loadMoreMy={ null }
39
+ loadMoreMyPast={ null }
40
+ loadMoreOnGoing={ null }
41
+ loadMoreOpenForRegistration={ null }
42
+ loadMorePast={ null }
43
+ loadMoreReviewOpportunities={ null }
44
+ loadingPastChallenges={ false }
45
+ newChallengeDetails={ false }
46
+ openChallengesInNewTabs={ false }
47
+ preListingMsg={ null }
48
+ prizeMode="money-usd"
49
+ reviewOpportunities={ Array []}
50
+ selectBucket={ [MockFunction ]}
51
+ setFilterState={ [MockFunction ]}
52
+ setSort={ [MockFunction ]}
53
+ sorts={ Object {}}
54
+ />
59
55
</div >
60
56
</div >
61
57
` ;
@@ -65,6 +61,9 @@ exports[`Matches shallow shapshot 2 shapshot 2 1`] = `
65
61
className = " src-shared-components-challenge-listing-___style__ChallengeFiltersExample___3IjeI"
66
62
id = " challengeFilterContainer"
67
63
>
64
+ <Connect(Container)
65
+ setFilterState={ [MockFunction ]}
66
+ />
68
67
<div
69
68
className = " src-shared-components-challenge-listing-___style__tc-content-wrapper___1MqlF"
70
69
>
@@ -81,41 +80,34 @@ exports[`Matches shallow shapshot 2 shapshot 2 1`] = `
81
80
setFilterState={ [MockFunction ]}
82
81
/>
83
82
</div >
84
- <div
85
- className = " src-shared-components-challenge-listing-___style__card-container___3-J4n"
86
- >
87
- <Connect(Container)
88
- setFilterState={ [MockFunction ]}
89
- />
90
- <Connect(Listing)
91
- activeBucket="abc"
92
- auth={ Object {}}
93
- challenges={ Array []}
94
- communityName={ null }
95
- expandTag={ null }
96
- expandedTags={ Array []}
97
- expanding={ false }
98
- filterState={ Object {}}
99
- loadMoreActive={ null }
100
- loadMoreAll={ null }
101
- loadMoreMy={ null }
102
- loadMoreMyPast={ null }
103
- loadMoreOnGoing={ null }
104
- loadMoreOpenForRegistration={ null }
105
- loadMorePast={ null }
106
- loadMoreReviewOpportunities={ null }
107
- loadingPastChallenges={ false }
108
- newChallengeDetails={ false }
109
- openChallengesInNewTabs={ false }
110
- preListingMsg={ null }
111
- prizeMode="money-usd"
112
- reviewOpportunities={ Array []}
113
- selectBucket={ [MockFunction ]}
114
- setFilterState={ [MockFunction ]}
115
- setSort={ [MockFunction ]}
116
- sorts={ Object {}}
117
- />
118
- </div >
83
+ <Connect(Listing)
84
+ activeBucket="abc"
85
+ auth={ Object {}}
86
+ challenges={ Array []}
87
+ communityName={ null }
88
+ expandTag={ null }
89
+ expandedTags={ Array []}
90
+ expanding={ false }
91
+ filterState={ Object {}}
92
+ loadMoreActive={ null }
93
+ loadMoreAll={ null }
94
+ loadMoreMy={ null }
95
+ loadMoreMyPast={ null }
96
+ loadMoreOnGoing={ null }
97
+ loadMoreOpenForRegistration={ null }
98
+ loadMorePast={ null }
99
+ loadMoreReviewOpportunities={ null }
100
+ loadingPastChallenges={ false }
101
+ newChallengeDetails={ false }
102
+ openChallengesInNewTabs={ false }
103
+ preListingMsg={ null }
104
+ prizeMode="money-usd"
105
+ reviewOpportunities={ Array []}
106
+ selectBucket={ [MockFunction ]}
107
+ setFilterState={ [MockFunction ]}
108
+ setSort={ [MockFunction ]}
109
+ sorts={ Object {}}
110
+ />
119
111
</div >
120
112
</div >
121
113
` ;
0 commit comments