File tree 2 files changed +16
-0
lines changed
__tests__/shared/components/challenge-listing/Filters/__snapshots__ 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ exports[`Matches shallow shapshot shapshot 1`] = `
9
9
>
10
10
<ChallengeSearchBar
11
11
label = " Search Challenges:"
12
+ onClearSearch = { [Function ]}
12
13
onSearch = { [Function ]}
13
14
placeholder = " Type the challenge name here"
14
15
query = " "
@@ -100,6 +101,7 @@ exports[`Matches shallow shapshot shapshot 2`] = `
100
101
>
101
102
<ChallengeSearchBar
102
103
label = " Search Challenges:"
104
+ onClearSearch = { [Function ]}
103
105
onSearch = { [Function ]}
104
106
placeholder = " Type the challenge name here"
105
107
query = " "
Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ exports[`Matches shallow shapshot 1`] = `
17
17
type = " text"
18
18
value = " query"
19
19
/>
20
+ <span
21
+ className = " src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__ClearButton___u_e0r src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__active___8LjMb"
22
+ onClick = { [Function ]}
23
+ onKeyPress = { [Function ]}
24
+ >
25
+ ⨯
26
+ </span >
20
27
<span
21
28
className = " src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__SearchButton___3GzR0 src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__active___8LjMb"
22
29
onClick = { [Function ]}
@@ -53,6 +60,13 @@ exports[`Matches shallow shapshot 2`] = `
53
60
type = " text"
54
61
value = " "
55
62
/>
63
+ <span
64
+ className = " src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__ClearButton___u_e0r"
65
+ onClick = { [Function ]}
66
+ onKeyPress = { [Function ]}
67
+ >
68
+ ⨯
69
+ </span >
56
70
<span
57
71
className = " src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__SearchButton___3GzR0"
58
72
onClick = { [Function ]}
You can’t perform that action at this time.
0 commit comments