Skip to content

Commit 6c4ec86

Browse files
committed
Test(frontend): update header component snapshot
1 parent a173514 commit 6c4ec86

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

frontend/src/components/Header/__tests__/__snapshots__/header.spec.tsx.snap

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ exports[`Header should renders correctly 1`] = `
1111
className="container"
1212
>
1313
<a
14+
className="brand-logo"
1415
href="/"
1516
onClick={[Function]}
1617
>
@@ -58,6 +59,11 @@ exports[`Header should renders correctly 1`] = `
5859
href="#"
5960
>
6061
dropdown
62+
<i
63+
className="material-icons right"
64+
>
65+
arrow_drop_down
66+
</i>
6167
</a>
6268
</li>
6369
<li
@@ -105,6 +111,11 @@ exports[`Header should renders correctly 1`] = `
105111
href="#"
106112
>
107113
dropdown
114+
<i
115+
className="material-icons right"
116+
>
117+
arrow_drop_down
118+
</i>
108119
</a>
109120
</li>
110121
<li

0 commit comments

Comments
 (0)