Skip to content

Commit 0e1cfe4

Browse files
authored
Merge pull request topcoder-platform#2913 from topcoder-platform/feature-contentful
Contentful updates
2 parents 52e0b0d + 62063e6 commit 0e1cfe4

File tree

102 files changed

+23638
-2001
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+23638
-2001
lines changed

__tests__/shared/components/Leaderboard/__snapshots__/LeaderboardTable.jsx.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ exports[`Matches shallow shapshot 1`] = `
1111
>
1212
Rank
1313
</th>
14-
<th
15-
className="src-shared-components-Leaderboard-LeaderboardTable-___styles__col-handle___3Sr8G"
16-
colSpan="2"
17-
>
14+
<th>
1815
Handle
1916
</th>
17+
<th
18+
className="src-shared-components-Leaderboard-LeaderboardTable-___styles__col-handle___3Sr8G"
19+
/>
2020
<th
2121
className="src-shared-components-Leaderboard-LeaderboardTable-___styles__col-challenges___29htm"
2222
>
@@ -79,7 +79,7 @@ exports[`Matches shallow shapshot 1`] = `
7979
<td
8080
className="src-shared-components-Leaderboard-LeaderboardTable-___styles__col-points___10Lis"
8181
>
82-
0
82+
0.00
8383
</td>
8484
</tr>
8585
<tr>
@@ -131,7 +131,7 @@ exports[`Matches shallow shapshot 1`] = `
131131
<td
132132
className="src-shared-components-Leaderboard-LeaderboardTable-___styles__col-points___10Lis"
133133
>
134-
0
134+
0.00
135135
</td>
136136
</tr>
137137
<tr>
@@ -183,7 +183,7 @@ exports[`Matches shallow shapshot 1`] = `
183183
<td
184184
className="src-shared-components-Leaderboard-LeaderboardTable-___styles__col-points___10Lis"
185185
>
186-
0
186+
0.00
187187
</td>
188188
</tr>
189189
<tr>
@@ -235,7 +235,7 @@ exports[`Matches shallow shapshot 1`] = `
235235
<td
236236
className="src-shared-components-Leaderboard-LeaderboardTable-___styles__col-points___10Lis"
237237
>
238-
0
238+
0.00
239239
</td>
240240
</tr>
241241
</tbody>

__tests__/shared/components/Leaderboard/__snapshots__/PodiumSpot.jsx.snap

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ exports[`Matches shallow shapshot 1`] = `
4040
<span
4141
className="src-shared-components-Leaderboard-PodiumSpot-___styles__value___1buRs"
4242
/>
43-
<span>
43+
<span
44+
className="src-shared-components-Leaderboard-PodiumSpot-___styles__value-title___1HWKy"
45+
>
4446
challenges
4547
</span>
4648
</div>
@@ -50,9 +52,11 @@ exports[`Matches shallow shapshot 1`] = `
5052
<span
5153
className="src-shared-components-Leaderboard-PodiumSpot-___styles__value___1buRs"
5254
>
53-
0
55+
0.00
5456
</span>
55-
<span>
57+
<span
58+
className="src-shared-components-Leaderboard-PodiumSpot-___styles__value-title___1HWKy"
59+
>
5660
points
5761
</span>
5862
</div>
@@ -100,7 +104,9 @@ exports[`Matches shallow shapshot 2`] = `
100104
<span
101105
className="src-shared-components-Leaderboard-PodiumSpot-___styles__value___1buRs"
102106
/>
103-
<span>
107+
<span
108+
className="src-shared-components-Leaderboard-PodiumSpot-___styles__value-title___1HWKy"
109+
>
104110
challenges
105111
</span>
106112
</div>
@@ -110,9 +116,11 @@ exports[`Matches shallow shapshot 2`] = `
110116
<span
111117
className="src-shared-components-Leaderboard-PodiumSpot-___styles__value___1buRs"
112118
>
113-
0
119+
0.00
114120
</span>
115-
<span>
121+
<span
122+
className="src-shared-components-Leaderboard-PodiumSpot-___styles__value-title___1HWKy"
123+
>
116124
points
117125
</span>
118126
</div>

0 commit comments

Comments
 (0)