Skip to content

Commit

Permalink
VKT(Frontend): Fix Jest snapshots [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Sep 30, 2024
1 parent 0cf5076 commit 1716813
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports[`Header should render Header correctly 1`] = `
className="MuiToolbar-root MuiToolbar-gutters MuiToolbar-regular header__toolbar css-hyum1k-MuiToolbar-root"
>
<div
className="header__left"
className="header__logo"
>
<a
href="/vkt/etusivu"
Expand All @@ -32,7 +32,7 @@ exports[`Header should render Header correctly 1`] = `
>
<img
alt="ophLogoToFrontPageAlt"
className="header__left__logo"
className="header__logo__logo"
src="test"
/>
<p
Expand All @@ -44,7 +44,7 @@ exports[`Header should render Header correctly 1`] = `
</a>
</div>
<div
className="header__center"
className="header__navigation"
>
<nav
aria-label="header.accessibility.mainNavigation"
Expand All @@ -68,7 +68,7 @@ exports[`Header should render Header correctly 1`] = `
</nav>
</div>
<div
className="header__right"
className="header__language-select"
>
<nav
aria-label="header.accessibility.langSelectorAriaLabel"
Expand Down

0 comments on commit 1716813

Please sign in to comment.