Skip to content

Commit 493f810

Browse files
committed
update test
1 parent 43ed0b4 commit 493f810

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

__tests__/shared/components/ProfilePage/BadgesModal/__snapshots__/index.jsx.snap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ exports[`renders achievements correctly 1`] = `
6767
/>
6868
}
6969
defaultVisible={false}
70+
id=""
7071
onTooltipHover={[Function]}
7172
placeArrow={[Function]}
7273
position="top"
@@ -91,6 +92,7 @@ exports[`renders achievements correctly 1`] = `
9192
/>
9293
}
9394
defaultVisible={false}
95+
id=""
9496
onTooltipHover={[Function]}
9597
placeArrow={[Function]}
9698
position="top"
@@ -115,6 +117,7 @@ exports[`renders achievements correctly 1`] = `
115117
/>
116118
}
117119
defaultVisible={false}
120+
id=""
118121
onTooltipHover={[Function]}
119122
placeArrow={[Function]}
120123
position="top"
@@ -139,6 +142,7 @@ exports[`renders achievements correctly 1`] = `
139142
/>
140143
}
141144
defaultVisible={false}
145+
id=""
142146
onTooltipHover={[Function]}
143147
placeArrow={[Function]}
144148
position="top"
@@ -163,6 +167,7 @@ exports[`renders achievements correctly 1`] = `
163167
/>
164168
}
165169
defaultVisible={false}
170+
id=""
166171
onTooltipHover={[Function]}
167172
placeArrow={[Function]}
168173
position="top"
@@ -191,6 +196,7 @@ exports[`renders achievements correctly 1`] = `
191196
/>
192197
}
193198
defaultVisible={false}
199+
id=""
194200
onTooltipHover={[Function]}
195201
placeArrow={[Function]}
196202
position="top"
@@ -215,6 +221,7 @@ exports[`renders achievements correctly 1`] = `
215221
/>
216222
}
217223
defaultVisible={false}
224+
id=""
218225
onTooltipHover={[Function]}
219226
placeArrow={[Function]}
220227
position="top"
@@ -239,6 +246,7 @@ exports[`renders achievements correctly 1`] = `
239246
/>
240247
}
241248
defaultVisible={false}
249+
id=""
242250
onTooltipHover={[Function]}
243251
placeArrow={[Function]}
244252
position="top"
@@ -263,6 +271,7 @@ exports[`renders achievements correctly 1`] = `
263271
/>
264272
}
265273
defaultVisible={false}
274+
id=""
266275
onTooltipHover={[Function]}
267276
placeArrow={[Function]}
268277
position="top"
@@ -287,6 +296,7 @@ exports[`renders achievements correctly 1`] = `
287296
/>
288297
}
289298
defaultVisible={false}
299+
id=""
290300
onTooltipHover={[Function]}
291301
placeArrow={[Function]}
292302
position="top"

__tests__/shared/components/challenge-listing/Tooltips/__snapshots__/ProgressBarTooltip.jsx.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ exports[`Matches shallow shapshot 1`] = `
1818
/>
1919
}
2020
defaultVisible={false}
21+
id=""
2122
onTooltipHover={[Function]}
2223
placeArrow={[Function]}
2324
position="top"
@@ -54,6 +55,7 @@ exports[`Matches shallow shapshot 2`] = `
5455
/>
5556
}
5657
defaultVisible={false}
58+
id=""
5759
onTooltipHover={[Function]}
5860
placeArrow={[Function]}
5961
position="top"
@@ -90,6 +92,7 @@ exports[`Matches shallow shapshot 3`] = `
9092
/>
9193
}
9294
defaultVisible={false}
95+
id=""
9396
onTooltipHover={[Function]}
9497
placeArrow={[Function]}
9598
position="top"

__tests__/shared/components/challenge-listing/Tooltips/__snapshots__/TrackAbbreviationTooltip.jsx.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ exports[`Matches shallow shapshot 1`] = `
1111
/>
1212
}
1313
defaultVisible={false}
14+
id=""
1415
onTooltipHover={[Function]}
1516
placeArrow={[Function]}
1617
position="topLeft"
@@ -40,6 +41,7 @@ exports[`Matches shallow shapshot 2`] = `
4041
/>
4142
}
4243
defaultVisible={false}
44+
id=""
4345
onTooltipHover={[Function]}
4446
placeArrow={[Function]}
4547
position="topLeft"

__tests__/shared/components/challenge-listing/Tooltips/__snapshots__/UserAvatarTooltip.jsx.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ exports[`Matches shallow shapshot 1`] = `
1818
/>
1919
}
2020
defaultVisible={false}
21+
id=""
2122
onTooltipHover={[Function]}
2223
placeArrow={[Function]}
2324
position="top"
@@ -56,6 +57,7 @@ exports[`Matches shallow shapshot 2`] = `
5657
/>
5758
}
5859
defaultVisible={false}
60+
id=""
5961
onTooltipHover={[Function]}
6062
placeArrow={[Function]}
6163
position="top"

0 commit comments

Comments
 (0)