Skip to content

Commit

Permalink
test: snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kimon-satan committed Jul 17, 2024
1 parent 810c0b1 commit 8d17f24
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ exports[`InternalChevronAccordion matches snapshot 1`] = `
.c8 {
position: relative;
width: 2.5rem;
min-width: 2.5rem;
height: 2.5rem;
min-height: 2.5rem;
width: 2rem;
min-width: 2rem;
height: 2rem;
min-height: 2rem;
font-family: Lexend,sans-serif;
}
Expand Down Expand Up @@ -146,7 +146,7 @@ exports[`InternalChevronAccordion matches snapshot 1`] = `
}
>
<img
alt=""
alt="An arrow to indicate whether the item is open or closed"
className="c9"
data-nimg="fill"
decoding="async"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ exports[`OakOutlineAccordion matches snapshot 1`] = `
.c13 {
position: relative;
width: 2.5rem;
min-width: 2.5rem;
height: 2.5rem;
min-height: 2.5rem;
width: 2rem;
min-width: 2rem;
height: 2rem;
min-height: 2rem;
font-family: Lexend,sans-serif;
}
Expand Down Expand Up @@ -198,7 +198,7 @@ exports[`OakOutlineAccordion matches snapshot 1`] = `
}
>
<img
alt=""
alt="An arrow to indicate whether the item is open or closed"
className="c14"
data-nimg="fill"
decoding="async"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ exports[`PupilJourneyUnitsFilter matches snapshot 1`] = `
.c16 {
position: relative;
width: 2.5rem;
min-width: 2.5rem;
height: 2.5rem;
min-height: 2.5rem;
width: 2rem;
min-width: 2rem;
height: 2rem;
min-height: 2rem;
font-family: Lexend,sans-serif;
}
Expand Down Expand Up @@ -464,7 +464,7 @@ exports[`PupilJourneyUnitsFilter matches snapshot 1`] = `
}
>
<img
alt=""
alt="An arrow to indicate whether the item is open or closed"
className="c17"
data-nimg="fill"
decoding="async"
Expand Down

0 comments on commit 8d17f24

Please sign in to comment.