Skip to content

Commit 446a8f9

Browse files
committed
update test snapshots
1 parent 960af64 commit 446a8f9

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

tests/__tests__/Containers/__snapshots__/ReqDetailContainer.spec.jsx.snap

+8-13
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,16 @@ exports[`ReqDetailContainer renders without crashing 1`] = `
7373
>
7474
<svg
7575
className=""
76-
height="16"
77-
viewBox="0 0 17 16"
78-
width="17"
76+
height="24"
77+
viewBox="0 0 24 24"
78+
width="24"
79+
xmlns="http://www.w3.org/2000/svg"
7980
>
80-
<g
81-
fill="none"
81+
<path
82+
clipRule="evenodd"
83+
d="M3.33792 3.33794C3.82607 2.84979 4.61753 2.84979 5.10569 3.33794L12 10.2322L18.8943 3.33794C19.3824 2.84979 20.1739 2.84979 20.662 3.33794C21.1502 3.8261 21.1502 4.61755 20.662 5.10571L13.7677 12L20.662 18.8943C21.1502 19.3824 21.1502 20.1739 20.662 20.6621C20.1739 21.1502 19.3824 21.1502 18.8943 20.6621L12 13.7678L5.10569 20.6621C4.61753 21.1502 3.82607 21.1502 3.33792 20.6621C2.84976 20.1739 2.84976 19.3824 3.33792 18.8943L10.2322 12L3.33792 5.10571C2.84976 4.61755 2.84976 3.8261 3.33792 3.33794Z"
8284
fillRule="evenodd"
83-
stroke="#ACB2B8"
84-
strokeLinecap="round"
85-
transform="translate(1)"
86-
>
87-
<path
88-
d="M0 0L15.2460858 15.2460858M15.2460858 0L0 15.2460858"
89-
/>
90-
</g>
85+
/>
9186
</svg>
9287
</IconCloseSign>
9388
</button>

0 commit comments

Comments
 (0)