Skip to content

Commit 3ee73d2

Browse files
committed
Fix failing test
1 parent 78961db commit 3ee73d2

File tree

1 file changed

+16
-7
lines changed
  • __tests__/shared/components/challenge-detail/Winners/Winner/__snapshots__

1 file changed

+16
-7
lines changed

__tests__/shared/components/challenge-detail/Winners/Winner/__snapshots__/index.jsx.snap

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ exports[`Matches shallow shapshot shapshot 1 1`] = `
4141
</a>
4242
</div>
4343
</div>
44-
<button
45-
className="src-shared-components-challenge-detail-Winners-Winner-___style__download___18Ej7 src-shared-components-challenge-detail-Winners-Winner-___style__MM___11EYN"
46-
onClick={[Function]}
47-
type="button"
48-
>
49-
Download
50-
</button>
5144
</div>
5245
</div>
5346
<div
@@ -60,5 +53,21 @@ exports[`Matches shallow shapshot shapshot 1 1`] = `
6053
200
6154
</div>
6255
</div>
56+
<div
57+
className="src-shared-components-challenge-detail-Winners-Winner-___style__download-container___OXVza"
58+
>
59+
<button
60+
onClick={[Function]}
61+
type="button"
62+
>
63+
<DownloadIcon
64+
fill="none"
65+
height="18"
66+
viewBox="0 0 18 18"
67+
width="18"
68+
xmlns="http://www.w3.org/2000/svg"
69+
/>
70+
</button>
71+
</div>
6372
</div>
6473
`;

0 commit comments

Comments
 (0)