Skip to content

Commit 46d153a

Browse files
committed
fix: update tests
1 parent 5abafcc commit 46d153a

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

__tests__/shared/components/SubmissionManagement/__snapshots__/Submission.jsx.snap

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,7 @@ exports[`Snapshot match 1`] = `
2424
<button
2525
onClick={[Function]}
2626
type="button"
27-
>
28-
<DownloadIcon
29-
height="16"
30-
viewBox="0 0 16 16"
31-
width="16"
32-
xmlns="http://www.w3.org/2000/svg"
33-
/>
34-
</button>
27+
/>
3528
<button
3629
className="src-shared-components-SubmissionManagement-Submission-___styles__delete-icon___2M67z"
3730
disabled={true}
@@ -87,14 +80,7 @@ exports[`Snapshot match 2`] = `
8780
<button
8881
onClick={[Function]}
8982
type="button"
90-
>
91-
<DownloadIcon
92-
height="16"
93-
viewBox="0 0 16 16"
94-
width="16"
95-
xmlns="http://www.w3.org/2000/svg"
96-
/>
97-
</button>
83+
/>
9884
<button
9985
className="src-shared-components-SubmissionManagement-Submission-___styles__delete-icon___2M67z"
10086
disabled={true}
@@ -123,4 +109,4 @@ exports[`Snapshot match 2`] = `
123109
</div>
124110
</td>
125111
</tr>
126-
`;
112+
`;

0 commit comments

Comments
 (0)